GMT -> UTC in test

This commit is contained in:
John Eskew
2017-10-31 12:55:28 -04:00
parent 15ced1334e
commit 43150a1d23

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()