diff --git a/azure-pipelines-templates/run-tests.yml b/azure-pipelines-templates/run-tests.yml index 831c276ec..bc402c42c 100644 --- a/azure-pipelines-templates/run-tests.yml +++ b/azure-pipelines-templates/run-tests.yml @@ -44,8 +44,6 @@ jobs: strategy: matrix: # We support these versions of Python. - Python37: - python.version: '3.7' Python39: python.version: '3.9' Python310: diff --git a/tests/test_api.py b/tests/test_api.py index 0e611316a..d07442e96 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -1004,6 +1004,7 @@ def test_preferences_read(self): resp = self.sg.preferences_read() expected = { + "creative_review_settings": "", "date_component_order": "month_day", "duration_units": "days", "format_currency_fields_decimal_options": "$1,000.99",