Skip to content

Commit 0834a34

Browse files
committed
Fix expected error code in test
1 parent 10a0b8a commit 0834a34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/galaxy_test/api/test_histories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1334,4 +1334,4 @@ def test_other_users_history_is_forbidden(self):
13341334

13351335
def test_nonexistent_history_is_rejected(self):
13361336
response = self.dataset_populator.get_history_graph_raw("0000000000000000")
1337-
self._assert_status_code_is(response, 404)
1337+
self._assert_status_code_is(response, 400)

0 commit comments

Comments
 (0)