Browse Source

🎨 Auto format

pull/14238/head
pre-commit-ci-lite[bot] 4 months ago
committed by GitHub
parent
commit
37ac5b8722
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      tests/test_tutorial/test_behind_a_proxy/test_tutorial001.py

2
tests/test_tutorial/test_behind_a_proxy/test_tutorial001.py

@ -12,7 +12,7 @@ def test_main():
assert response.json() == {
"message": "Hello World",
"path": "/api/v1/app",
"root_path": "/api/v1"
"root_path": "/api/v1",
}

Loading…
Cancel
Save