Browse Source

Rename test with the PR title

pull/5624/head
Sebastián Ramírez 8 months ago
parent
commit
a0b55db02c
  1. 2
      tests/test_security_scopes_dont_propagate.py

2
tests/test_security_scopes_dont_bleed.py → tests/test_security_scopes_dont_propagate.py

@ -36,7 +36,7 @@ def get_scopes(
client = TestClient(app) client = TestClient(app)
def test_security_scopes_dont_bleed(): def test_security_scopes_dont_propagate():
response = client.get("/scopes") response = client.get("/scopes")
assert response.status_code == 200 assert response.status_code == 200
assert response.json() == { assert response.json() == {
Loading…
Cancel
Save