Skip to content

Commit

Permalink
fixup! fixup! Import jobs now support S3 files using an org secret
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpardo committed Sep 26, 2023
1 parent ec96a86 commit c049436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/commands/test_clusters.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c049436

Please sign in to comment.