Browse Source

🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

pull/13114/head
pre-commit-ci[bot] 2 weeks ago
parent
commit
9c04757c39
  1. 2
      tests/test_tutorial/test_custom_request_and_route/test_tutorial002.py

2
tests/test_tutorial/test_custom_request_and_route/test_tutorial002.py

@ -25,7 +25,7 @@ def test_exception_handler_body_access():
}
],
# httpx 0.28.0 switches to compact JSON https://github.com/encode/httpx/issues/3363
"body": IsOneOf('{"numbers": [1, 2, 3]}', '{"numbers":[1,2,3]}')
"body": IsOneOf('{"numbers": [1, 2, 3]}', '{"numbers":[1,2,3]}'),
}
}
) | IsDict(

Loading…
Cancel
Save