We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1d4931 commit e803a0cCopy full SHA for e803a0c
1 file changed
osf_tests/test_user.py
@@ -1344,7 +1344,7 @@ def test_add_system_tag(self, user):
1344
1345
assert len(user.system_tags) == 1
1346
1347
- tag = Tag.all_tags.get(name=tag_name, system=True)
+ tag = Tag.all_tags.get(name=tag_name.lower(), system=True)
1348
assert tag in user.all_tags.all()
1349
1350
def test_add_system_tag_instance(self, user):
0 commit comments