diff --git a/openedx/core/djangoapps/user_api/tests/test_views.py b/openedx/core/djangoapps/user_api/tests/test_views.py index b1eee633f4..a7ef110490 100644 --- a/openedx/core/djangoapps/user_api/tests/test_views.py +++ b/openedx/core/djangoapps/user_api/tests/test_views.py @@ -698,7 +698,7 @@ class CountryTimeZoneListViewTest(UserApiTestCase): self.assertEqual(time_zone_info['description'], get_display_time_zone(time_zone_name)) # The time zones count may need to change each time we upgrade pytz - @ddt.data((ALL_TIME_ZONES_URI, 440), + @ddt.data((ALL_TIME_ZONES_URI, 439), (COUNTRY_TIME_ZONES_URI, 28)) @ddt.unpack def test_get_basic(self, country_uri, expected_count):