From c049436cb432fae7931a8ca91627f541d0aa33c8 Mon Sep 17 00:00:00 2001 From: Juan Pardo Date: Tue, 26 Sep 2023 17:37:36 +0200 Subject: [PATCH] fixup! fixup! Import jobs now support S3 files using an org secret --- tests/commands/test_clusters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/commands/test_clusters.py b/tests/commands/test_clusters.py index 8a2a8235..451f8493 100644 --- a/tests/commands/test_clusters.py +++ b/tests/commands/test_clusters.py @@ -1581,7 +1581,7 @@ def test_import_job_create_from_s3(mock_request): "false", ) body = { - "type": "S3", + "type": "s3", "s3": { "bucket": bucket, "file_path": file_path,