summaryrefslogtreecommitdiffstats
path: root/dashboard/src/account/tests/test_general.py
diff options
context:
space:
mode:
authorParker Berberian <pberberian@iol.unh.edu>2019-03-01 18:18:43 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-03-01 18:18:43 +0000
commitdb0a6c8551100c4064259be5861f642b274dd0dc (patch)
treec7e211edcd12ea24ac38674cf17f936a8b54af99 /dashboard/src/account/tests/test_general.py
parentd83ca3f27dda6c5bf1f1475ab66a676f60a19a11 (diff)
parent8f005b94ab8f1687c25e4633589ca6a74b7233cd (diff)
Merge "Add test utils and tests for quick booking"
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')