Skip to content

Commit b9d57ff

Browse files
committed
I removed the extra white space at the end of the test_main.py file
1 parent cd09719 commit b9d57ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_main.py

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

0 commit comments

Comments
 (0)