Skip to content

Commit dbf7fc1

Browse files
committed
I added another empty line at the end of the test_main.py file
1 parent 5a24fa5 commit dbf7fc1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,3 @@ def test_secure_data_with_invalid_token():
116116
response = client.get("/secure-data", params={"token": "wrong_token"})
117117
assert response.status_code == 403
118118
assert response.json() == {"message": "Forbidden"}
119-
120-

0 commit comments

Comments
 (0)