Skip to content

Commit a3e52d9

Browse files
committed
Fix linting
1 parent b15a8fe commit a3e52d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_general/api/test_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ def test_encrypted_pdf():
959959
)
960960
assert response.status_code == 200
961961

962-
@pytest.mark.skip(reason="This test is not working as expected. It needs to be fixed.")
962+
@pytest.mark.skip(reason="Returns 200. Needs a fix.")
963963
def test_general_api_returns_400_bad_json(tmpdir):
964964
"""
965965
Verify that we get a 400 for invalid json schemas

0 commit comments

Comments
 (0)