Skip to content

Commit 83e08a7

Browse files
committed
Fix test
1 parent 3f7c12f commit 83e08a7

File tree

1 file changed

+4
-0
lines changed
  • tests/integration/test_mask_sensitive_info

1 file changed

+4
-0
lines changed

tests/integration/test_mask_sensitive_info/test.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,10 @@ def test_create_table():
273273
f"IcebergS3('http://minio1:9001/root/data/test11.csv.gz', 'minio', '{password}')",
274274
"DNS_ERROR",
275275
),
276+
(
277+
f"Iceberg(storage_type='s3', 'http://minio1:9001/root/data/test11.csv.gz', 'minio', '{password}')",
278+
"DNS_ERROR",
279+
),
276280
f"AzureBlobStorage('{azure_conn_string}', 'cont', 'test_simple.csv', 'CSV')",
277281
f"AzureBlobStorage('{azure_conn_string}', 'cont', 'test_simple_1.csv', 'CSV', 'none')",
278282

0 commit comments

Comments
 (0)