Replace all ungleich.com with ungleich.ch

This commit is contained in:
PCoder 2018-01-03 08:54:19 +01:00
commit 3d1738871b
5 changed files with 5 additions and 5 deletions

View file

@ -30,7 +30,7 @@ class HostingUserSignupFormTest(TestCase):
def setUp(self):
self.completed_data = {
'name': 'test name',
'email': 'test@ungleich.com',
'email': 'test@ungleich.ch',
'password': 'test_password',
'confirm_password': 'test_password'
}