Skip to content

Commit 35c6906

Browse files
committed
Missed a test that needed updating
1 parent 3ae7b8a commit 35c6906

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/integrations/starlette/test_starlette.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,6 @@ async def _read_form(request):
11821182
assert isinstance(attr, str)
11831183
parsed = json.loads(attr)
11841184
assert parsed["name"] == "erica"
1185-
assert parsed["avatar"]["metadata"]["rem"] == [["!raw", "x"]]
11861185
assert "fake-bytes" not in attr
11871186

11881187

0 commit comments

Comments
 (0)