handle another special unittest case

This commit is contained in:
Griatch 2019-03-24 00:36:10 +01:00
parent 814bb2e8f8
commit 958467d785

View file

@ -1844,7 +1844,6 @@ class TestPuzzles(CommandTest):
if check_test_tags:
for gi in grp:
tags = gi.tags.all(return_key_and_category=True)
self.assertIn(('tag-' + gi.key, None), tags)
self.assertIn(('tag-' + gi.key, 'tagcat'), tags)
def _arm(self, recipe_dbref, name, parts):