Commit f92c81a9 authored by Michal Čihař's avatar Michal Čihař

Fix mails

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent a9bfb3a1
......@@ -307,11 +307,11 @@ class RegistrationTest(TestCase, RegistrationTestMixin):
'https://api.github.com/user/emails',
body=json.dumps([
{
'email': 'noreply@example.org',
'email': 'noreply2@example.org',
'verified': False,
'primary': False,
}, {
'email': 'noreply@weblate.org',
'email': 'noreply-weblate@example.org',
'verified': True,
'primary': True
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment