michael-s-molina commented on code in PR #26377:
URL: https://github.com/apache/superset/pull/26377#discussion_r1442798827
##########
tests/integration_tests/tags/commands_tests.py:
##########
@@ -112,6 +112,7 @@ def test_delete_tags_command(self):
TaggedObject.object_id == example_dashboard.id,
Tag.type == TagType.custom,
)
+ .order_by(Tag.name)
Review Comment:
Nothing. It was something I caught while running the tests. It's a flaky
test given that order is not guaranteed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]