mirror of
https://github.com/cve-search/PyVulnerabilityLookup.git
synced 2025-01-18 02:26:19 +00:00
chg: Removed double quotes.
This commit is contained in:
parent
920f76cf17
commit
e4a89948a4
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ class TestPublic(unittest.TestCase):
|
|||
instance_config = self.client.get_config_info()
|
||||
if not instance_config.get('registration'):
|
||||
return None
|
||||
for login in ["login", "user", "username", "help", "test", "about", "administration", "account"]:
|
||||
for login in ['login', 'user', 'username', 'help', 'test', 'about', 'administration', 'account']:
|
||||
user = self.client.create_user(name='test Name', login=login,
|
||||
organisation='test Organization', email='test@testorg.local')
|
||||
self.assertEqual(user['message'], 'Username not allowed.')
|
||||
|
|
Loading…
Add table
Reference in a new issue