summaryrefslogtreecommitdiffstats
path: root/dashboard/src/account/tests/test_general.py
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/src/account/tests/test_general.py')
-rw-r--r--dashboard/src/account/tests/test_general.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/src/account/tests/test_general.py b/dashboard/src/account/tests/test_general.py
index 57ad291..3fb52b0 100644
--- a/dashboard/src/account/tests/test_general.py
+++ b/dashboard/src/account/tests/test_general.py
@@ -47,7 +47,7 @@ class AccountMiddlewareTestCase(TestCase):
self.user1profile.timezone = 'Etc/Greenwich'
self.user1profile.save()
self.client.get(url)
- self.assertEqual(timezone.get_current_timezone_name(), 'Etc/Greenwich')
+ self.assertEqual(timezone.get_current_timezone_name(), 'GMT')
# if there is no profile for a user, it should be created
user2 = User.objects.create(username='user2')