Skip to content

Commit

Permalink
fix: test can not assume about what is done within extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Jul 3, 2024
1 parent 6ab4c7d commit bde6647
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,7 @@ def test_chainWithBannedSites():

result = tqDB.retrieveTaskQueues()
assert result["OK"]
assert result["Value"] == {}

assert tqId not in result["Value"]

def test_chainWithPlatforms():
"""put - remove with parameters including a platform"""
Expand Down

0 comments on commit bde6647

Please sign in to comment.