We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4508d1c commit 418d72eCopy full SHA for 418d72e
2 files changed
azure-pipelines-templates/run-tests.yml
@@ -44,8 +44,6 @@ jobs:
44
strategy:
45
matrix:
46
# We support these versions of Python.
47
- Python37:
48
- python.version: '3.7'
49
Python39:
50
python.version: '3.9'
51
Python310:
tests/test_api.py
@@ -1004,6 +1004,7 @@ def test_preferences_read(self):
1004
resp = self.sg.preferences_read()
1005
1006
expected = {
1007
+ "creative_review_settings": "",
1008
"date_component_order": "month_day",
1009
"duration_units": "days",
1010
"format_currency_fields_decimal_options": "$1,000.99",
0 commit comments