Skip to content

Commit cd09719

Browse files
committed
I added another empty line at the end of the test_main.py file
1 parent 7e92a41 commit cd09719

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/lint-format.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ jobs:
2727
2828
- name: Run pylint
2929
run: pylint $(git ls-files '*.py')
30-
shell: /usr/bin/bash -e {0}
31-
env:
32-
pythonLocation: /opt/hostedtoolcache/Python/3.12.5/x64
33-
LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.5/x64/lib
3430

35-
3631
- name: Run black
3732
run: black --check .

tests/test_main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,5 @@ def test_secure_data_with_invalid_token():
115115
"""
116116
response = client.get("/secure-data", params={"token": "wrong_token"})
117117
assert response.status_code == 403
118-
assert response.json() == {"message": "Forbidden"}
118+
assert response.json() == {"message": "Forbidden"}
119+

0 commit comments

Comments
 (0)