From 2a666357bf3aba4e53a53b5a18e49ea33da44d89 Mon Sep 17 00:00:00 2001 From: Artjoms Iskovs Date: Mon, 27 Feb 2023 17:13:14 +0000 Subject: [PATCH] Fix test (minio error text change) --- test/splitgraph/ingestion/test_csv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/splitgraph/ingestion/test_csv.py b/test/splitgraph/ingestion/test_csv.py index 00858a72..3fcf5f20 100644 --- a/test/splitgraph/ingestion/test_csv.py +++ b/test/splitgraph/ingestion/test_csv.py @@ -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",