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 8ccf635
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def test_chainWithBannedSites():

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


def test_chainWithPlatforms():
Expand Down

0 comments on commit 8ccf635

Please sign in to comment.