Merge pull request #16400 from edx/jeskew/fix_utc_gmt_acceptance_test

GMT -> UTC in test
This commit is contained in:
John Eskew
2017-10-31 14:24:29 -04:00
committed by GitHub

View File

@@ -302,7 +302,7 @@ class LmsDashboardPageTest(BaseLmsDashboardTest):
self.course_fixture.configure_course()
start_date = TEST_DATE_FORMAT.format(dt=course_start_date)
expected_course_date = "Starts - {start_date} GMT".format(start_date=start_date)
expected_course_date = "Starts - {start_date} UTC".format(start_date=start_date)
# reload the page for changes to course date changes to appear in dashboard
self.dashboard_page.visit()