Skip to content

Commit

Permalink
Update tests/unit_tests/queries/query_object_test.py
Browse files Browse the repository at this point in the history
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
  • Loading branch information
eschutho and betodealmeida authored Mar 17, 2023
1 parent 215bbcd commit c47e3c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/unit_tests/queries/query_object_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ def cache_impersonation_flag_side_effect(feature=None):


def cache_query_by_user_flag_side_effect(feature=None):
if feature == "CACHE_QUERY_BY_USER":
return True
return feature == "CACHE_QUERY_BY_USER"


def test_default_query_object_to_dict():
Expand Down

0 comments on commit c47e3c5

Please sign in to comment.