Skip to content

Commit

Permalink
format tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jontyms committed Jul 18, 2024
1 parent 5580754 commit 15d4f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def test_profile(mock_approve, client: TestClient, jwt: str):
def test_openvpn(client: TestClient, jwt: str):
response = client.get("/infra/openvpn", cookies={"token": jwt})
assert response.status_code == 500
assert response.json().get('detail') == ERR_VPN_CONFIG_NOT_FOUND.detail
assert response.json().get("detail") == ERR_VPN_CONFIG_NOT_FOUND.detail


def test_db(client: TestClient, session: Session, jwt: str):
Expand Down

0 comments on commit 15d4f36

Please sign in to comment.