Skip to content

Commit 596f614

Browse files
committed
Fix test (wording change in Requests)
[skip docs]
1 parent f35a370 commit 596f614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/splitgraph/ingestion/test_csv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ def test_csv_data_source_multiple(local_engine_empty):
441441
"from_url_broken": MountError.construct(
442442
table_name="from_url_broken",
443443
error="requests.exceptions.MissingSchema",
444-
error_text="Invalid URL 'invalid_url': No schema supplied. Perhaps you meant http://invalid_url?",
444+
error_text="Invalid URL 'invalid_url': No scheme supplied. Perhaps you meant http://invalid_url?",
445445
),
446446
"from_s3_broken": MountError.construct(
447447
table_name="from_s3_broken",

0 commit comments

Comments
 (0)