Skip to content

Commit

Permalink
Merge pull request #7717 from fstagni/90_fixes7
Browse files Browse the repository at this point in the history
fix: test can not assume about what is done within extensions
  • Loading branch information
fstagni committed Jul 3, 2024
2 parents 7551b5a + 8ccf635 commit e745c9e
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 e745c9e

Please sign in to comment.