Skip to content

Commit

Permalink
Fix test (minio error text change)
Browse files Browse the repository at this point in the history
  • Loading branch information
mildbyte committed Feb 27, 2023
1 parent 9f7ff95 commit 8ad6d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/splitgraph/ingestion/test_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ def test_csv_data_source_multiple(local_engine_empty):
"from_url_broken": MountError.construct(
table_name="from_url_broken",
error="requests.exceptions.MissingSchema",
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?",
),
"from_s3_broken": MountError.construct(
table_name="from_s3_broken",
Expand Down

0 comments on commit 8ad6d32

Please sign in to comment.