Skip to content

Commit ccb6b56

Browse files
committed
more .io to .com fixes
1 parent b408742 commit ccb6b56

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
@schemathesis.hook
4040
def after_call(context, case, response: Response):
41-
# TODO: Disable redirects for all tests? (to prevent issues like https://forum.seatable.io/t/seatable-4-4-out-now/4237/4)
41+
# TODO: Disable redirects for all tests? (to prevent issues like https://forum.seatable.com/t/seatable-4-4-out-now/4237/4)
4242

4343
# Log all request URLs. You have to run pytest with '-rA' in order to see these for successful tests.
4444
print(f'{response.request.method} {response.request.url}')

tests/test_base_operations.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
}
9292
},
9393
# FIXME: Fix this
94-
# Also fails with insertColumn operation on api.seatable.io: {"error_type": "column_data_error", "error_message": "column_data: {\"format\":\"DD/MM/YYYY HH:mm\"} do not meet specifications."}
94+
# Also fails with insertColumn operation on api.seatable.com: {"error_type": "column_data_error", "error_message": "column_data: {\"format\":\"DD/MM/YYYY HH:mm\"} do not meet specifications."}
9595
#{
9696
# 'column_name': 'date-european-hours-minutes',
9797
# 'column_type': 'date',
@@ -268,15 +268,15 @@
268268
'single-select': 'option-1',
269269
'multiple-select': ['option-1', 'option-2'],
270270
'email': 'example@seatable.io',
271-
'url': 'https://seatable.io',
271+
'url': 'https://seatable.com',
272272
'checkbox': True,
273273
'rate': 7,
274274
'geolocation-country-region': {'country_region': 'Germany'},
275275
'geolocation-lat-lon': {'lng': 8.23, 'lat': 50.00},
276276
'digital-sign': {
277277
'username': 'some-user@auth.local',
278278
# Using an external image is a shortcut, but seems to work :)
279-
'sign_image_url': 'https://admin.seatable.io/assets/SeaTable256-256.png',
279+
'sign_image_url': 'https://admin.seatable.com/assets/SeaTable256-256.png',
280280
'sign_time': '2024-06-05T13:28:56.090+00:00',
281281
},
282282
},
@@ -307,7 +307,7 @@
307307
'checkbox': True,
308308
},
309309
{
310-
# Regression test for https://forum.seatable.io/t/python-modification-in-rows-data-since-4-4/4254
310+
# Regression test for https://forum.seatable.com/t/python-modification-in-rows-data-since-4-4/4254
311311
'text': 'row-with-empty-values'
312312
}
313313
]

0 commit comments

Comments
 (0)