We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10a0b8a commit 0834a34Copy full SHA for 0834a34
1 file changed
lib/galaxy_test/api/test_histories.py
@@ -1334,4 +1334,4 @@ def test_other_users_history_is_forbidden(self):
1334
1335
def test_nonexistent_history_is_rejected(self):
1336
response = self.dataset_populator.get_history_graph_raw("0000000000000000")
1337
- self._assert_status_code_is(response, 404)
+ self._assert_status_code_is(response, 400)
0 commit comments