mistercrunch commented on code in PR #26654:
URL: https://github.com/apache/superset/pull/26654#discussion_r1459469185
##########
tests/integration_tests/tags/api_tests.py:
##########
@@ -577,15 +577,25 @@ def test_post_bulk_tag(self):
result = TagDAO.get_tagged_objects_for_tags(tags, ["chart"])
assert len(result) == 1
- tagged_objects = db.session.query(TaggedObject).filter(
- TaggedObject.object_id == dashboard.id,
- TaggedObject.object_type == ObjectType.dashboard,
+ tagged_objects = (
Review Comment:
ha! this test was actually validating an error :)
--
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]