Skip to content

Commit 5a24fa5

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,5 @@ 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+
119120

0 commit comments

Comments
 (0)