Skip to content

Commit 808e406

Browse files
committed
Minor fix.
1 parent 6931de1 commit 808e406

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/resources/test_proxy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ def test_get_atted_api5(self):
2525

2626
# If no data, the service should return this response
2727
response = self.app_client.get("/proxy/atted_api5/At1g01011/5")
28-
2928
expected = {"error": "No gene ID specified.", "status_code": 400}
3029
self.assertEqual(response.json, expected)
3130

0 commit comments

Comments
 (0)