We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9204bae commit 56b3a94Copy full SHA for 56b3a94
tests/server/test_main.py
@@ -31,7 +31,7 @@ def login(test_user):
31
def test_read_main(mock_check, test_user):
32
token = login(test_user)
33
response = client.get(
34
- "/session_info/health", headers={"Authorization": f"Bearer {token}"}
+ "/session_info/connections", headers={"Authorization": f"Bearer {token}"}
35
)
36
assert mock_check.called_once()
37
assert response.status_code == 200
0 commit comments