test: Update a test based on changes to pytz.

pytz dropped the Asia/Almaty timezone according to IANA

640c9bd426 (diff-16061815f611262054e469307ca063a4ef47e158a97784f1e91d254f074324bfR72)
This commit is contained in:
Feanil Patel
2024-09-26 12:59:15 -04:00
parent ad78699605
commit 2a3a0c489d

View File

@@ -635,7 +635,7 @@ class CountryTimeZoneListViewTest(UserApiTestCase):
assert 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, 433),
@ddt.data((ALL_TIME_ZONES_URI, 432),
(COUNTRY_TIME_ZONES_URI, 23))
@ddt.unpack
def test_get_basic(self, country_uri, expected_count):