Page MenuHomePhabricator

NoUsername: ERROR: username for wikipedia:test is undefined
Closed, DuplicatePublic

Description

test_dry (tests.deletionbot_tests.TestDeletionBot) fails with

NoUsername: ERROR: username for wikipedia:test is undefined
If you have a username for that site, please add a line to user-config.py as follows:
usernames['wikipedia']['test'] = 'myUsername'

probably the user-config.py contains usernames['test']['test'] = 'myUsername' instead of usernames['wikipedia']['test'] = 'myUsername' but I've no glue where this can be set.