Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tarepan committed Apr 2, 2024
1 parent 61d9b5a commit bed92e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/e2e/single_api/test_get_root.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
from syrupy.assertion import SnapshotAssertion


def test_get_root_200(
client: TestClient, snapshot: SnapshotAssertion
) -> None:
def test_get_root_200(client: TestClient, snapshot: SnapshotAssertion) -> None:
response = client.get("/")
assert response.status_code == 200
assert snapshot == response.content.decode("utf-8")

0 comments on commit bed92e7

Please sign in to comment.