We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b15a8fe commit a3e52d9Copy full SHA for a3e52d9
test_general/api/test_app.py
@@ -959,7 +959,7 @@ def test_encrypted_pdf():
959
)
960
assert response.status_code == 200
961
962
-@pytest.mark.skip(reason="This test is not working as expected. It needs to be fixed.")
+@pytest.mark.skip(reason="Returns 200. Needs a fix.")
963
def test_general_api_returns_400_bad_json(tmpdir):
964
"""
965
Verify that we get a 400 for invalid json schemas
0 commit comments