We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f35a370 commit 596f614Copy full SHA for 596f614
test/splitgraph/ingestion/test_csv.py
@@ -441,7 +441,7 @@ def test_csv_data_source_multiple(local_engine_empty):
441
"from_url_broken": MountError.construct(
442
table_name="from_url_broken",
443
error="requests.exceptions.MissingSchema",
444
- error_text="Invalid URL 'invalid_url': No schema supplied. Perhaps you meant http://invalid_url?",
+ error_text="Invalid URL 'invalid_url': No scheme supplied. Perhaps you meant http://invalid_url?",
445
),
446
"from_s3_broken": MountError.construct(
447
table_name="from_s3_broken",
0 commit comments