Skip to content

Commit

Permalink
Remove legacy url attribute from visualizations index test
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Oct 21, 2023
1 parent 6192c14 commit c7b060e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy_test/api/test_visualizations.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from galaxy_test.base.api_asserts import assert_has_keys
from ._framework import ApiTestCase

INDEX_KEYS = ["id", "title", "type", "dbkey", "url"]
INDEX_KEYS = ["id", "title", "type", "dbkey"]
SHOW_KEYS = INDEX_KEYS + ["user_id", "model_class", "revisions", "latest_revision", "annotation"]
REVISION_KEYS = ["id", "title", "visualization_id", "dbkey", "model_class", "config"]

Expand Down

0 comments on commit c7b060e

Please sign in to comment.