We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6931de1 commit 808e406Copy full SHA for 808e406
1 file changed
tests/resources/test_proxy.py
@@ -25,7 +25,6 @@ def test_get_atted_api5(self):
25
26
# If no data, the service should return this response
27
response = self.app_client.get("/proxy/atted_api5/At1g01011/5")
28
-
29
expected = {"error": "No gene ID specified.", "status_code": 400}
30
self.assertEqual(response.json, expected)
31
0 commit comments