Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanSoley committed Jul 12, 2024
1 parent f00c670 commit 40571b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/client/test_rubicon_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def test_sync_aws_inputs(mock_get_project, mock_run, default_cred_path):
)

assert (
"aws s3 sync --profile my-profile " "./local/path/sync-test-project s3://test/path"
"aws s3 sync --profile my-profile ./local/path/sync-test-project s3://test/path"
) in str(mock_run._mock_call_args_list)

if default_cred_path:
Expand Down

0 comments on commit 40571b9

Please sign in to comment.