mirror of
https://github.com/cve-search/PyVulnerabilityLookup.git
synced 2024-11-26 00:37:22 +00:00
chg: changed test login name
This commit is contained in:
parent
6ace0ee43b
commit
6ceb31de7d
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ class TestPublic(unittest.TestCase):
|
||||||
if not instance_config.get('registration'):
|
if not instance_config.get('registration'):
|
||||||
return None
|
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='test@testorg.lu')
|
organisation='test Organization', email='test@testorg.lu')
|
||||||
self.assertTrue(user)
|
self.assertTrue(user)
|
||||||
self.assertTrue('id' in user, user)
|
self.assertTrue('id' in user, user)
|
||||||
|
|
Loading…
Reference in a new issue