Skip to content

Commit 147fbb5

Browse files
committed
Fix test I overlooked
1 parent 8587010 commit 147fbb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def test_blueshirt(self) -> None:
133133
scopes, user = self.await_(self.backend.validate('SRX', 'bees'))
134134

135135
self.assertIsNone(user.team, "Wrong team for user")
136-
self.assertEqual('SR', user.username, "Wrong username for user")
136+
self.assertEqual('Blueshirt', user.username, "Wrong username for user")
137137

138138
self.assertEqual(
139139
['authenticated', BLUESHIRT_SCOPE],

0 commit comments

Comments
 (0)