Skip to content

Commit

Permalink
Fixes tag test
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina committed Jan 19, 2024
1 parent 6a228bd commit 4fb63fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration_tests/tags/commands_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def test_delete_tags_command(self):
TaggedObject.object_id == example_dashboard.id,
Tag.type == TagType.custom,
)
.order_by(Tag.name)
.all()
)
assert example_tags == [tag.name for tag in created_tags]
Expand Down

0 comments on commit 4fb63fc

Please sign in to comment.