Skip to content

Commit dc31e89

Browse files
committed
fixup! Tweak tests failing due to data removal:
1 parent 2c85a21 commit dc31e89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tests/test_stashcache.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ def test_allowedVO_excludes_LIGO_and_ANY_for_ligo_inclusion(self, client: flask.
138138
except webapp.exceptions.DataError as err:
139139
if "Cache does not support any namespaces" in str(err):
140140
pass
141-
raise
141+
else:
142+
raise
142143

143144
assert spy.call_count == 0
144145

0 commit comments

Comments
 (0)