Skip to content

Commit

Permalink
Assert slug in response
Browse files Browse the repository at this point in the history
  • Loading branch information
arash77 committed Nov 5, 2024
1 parent 0d21224 commit 4247a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy_test/api/test_histories.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ def test_publish_non_alphanumeric(self):
history_name = "تاریخچه"
history_id = self.dataset_populator.new_history(name=history_name)
response = self.dataset_populator.make_public(history_id)
assert response["username_and_slug"]
assert history_name in response["username_and_slug"]

def test_immutable_history_update_fails(self):
history_id = self._create_history("TestHistoryForImmutability")["id"]
Expand Down

0 comments on commit 4247a5c

Please sign in to comment.