Skip to content

Commit 2a66635

Browse files
committed
Fix test (minio error text change)
1 parent 8481827 commit 2a66635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/splitgraph/ingestion/test_csv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ def test_csv_data_source_multiple(local_engine_empty):
533533
"from_url_broken": MountError.construct(
534534
table_name="from_url_broken",
535535
error="requests.exceptions.MissingSchema",
536-
error_text="Invalid URL 'invalid_url': No scheme supplied. Perhaps you meant http://invalid_url?",
536+
error_text="Invalid URL 'invalid_url': No scheme supplied. Perhaps you meant https://invalid_url?",
537537
),
538538
"from_s3_broken": MountError.construct(
539539
table_name="from_s3_broken",

0 commit comments

Comments
 (0)