Skip to content

Commit

Permalink
Fix python lint
Browse files Browse the repository at this point in the history
  • Loading branch information
arash77 committed Oct 14, 2024
1 parent 7f4d594 commit b40873b
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 @@ -545,7 +545,7 @@ def test_anonymous_can_import_published(self):
self.dataset_populator.import_history(import_data)

def test_publish_non_alphanumeric(self):
history_name = f"تاریخچه"
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"]
Expand Down

0 comments on commit b40873b

Please sign in to comment.