Skip to content

Commit

Permalink
chg: changed test login name
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Nov 25, 2024
1 parent 6ace0ee commit 6ceb31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_web.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def test_create_user_comment(self) -> None:
if not instance_config.get('registration'):
return None

user = self.client.create_user(name='test Name', login='alan11111',
user = self.client.create_user(name='test Name', login='alan',
organisation='test Organization', email='[email protected]')
self.assertTrue(user)
self.assertTrue('id' in user, user)
Expand Down

0 comments on commit 6ceb31d

Please sign in to comment.