Skip to content

Commit

Permalink
Fixed test_export_vm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Jan 31, 2024
1 parent 0bdefc4 commit 57ebbf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/aws/test_export_vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@ def test_export_vm(aws_vm_export_mock, default_asset_id, vm_formats_to_test, tes
expected_calls_copy.append(call(bucket=TEST_BUCKET_ID, source=source, dest=dest))
expected_calls_delete.append(call(bucket=TEST_BUCKET_ID, source=source))

assert mock_cast(aws_vm_export_mock.transfer_to_s3).call_args_list == expected_calls_copy
assert mock_cast(aws_vm_export_mock.copy_large_s3_object).call_args_list == expected_calls_copy
assert mock_cast(aws_vm_export_mock.delete_s3_object).call_args_list == expected_calls_delete

0 comments on commit 57ebbf2

Please sign in to comment.