We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8481827 commit 2a66635Copy full SHA for 2a66635
test/splitgraph/ingestion/test_csv.py
@@ -533,7 +533,7 @@ def test_csv_data_source_multiple(local_engine_empty):
533
"from_url_broken": MountError.construct(
534
table_name="from_url_broken",
535
error="requests.exceptions.MissingSchema",
536
- error_text="Invalid URL 'invalid_url': No scheme supplied. Perhaps you meant http://invalid_url?",
+ error_text="Invalid URL 'invalid_url': No scheme supplied. Perhaps you meant https://invalid_url?",
537
),
538
"from_s3_broken": MountError.construct(
539
table_name="from_s3_broken",
0 commit comments