Skip to content

Commit

Permalink
remove failing line (#21740)
Browse files Browse the repository at this point in the history
Co-authored-by: Topher Lubaway <asimplechris@gmail.com>
  • Loading branch information
jbfbell and supertopher authored Jan 23, 2023
1 parent ab8e4b5 commit 39ec49b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ public void attemptWriteAndDeleteS3Object_should_createSpecificFiles() {

S3BaseChecks.attemptS3WriteAndDelete(operations, config, "test/bucket/path");

verify(s3Client).putObject("test_bucket", "test/bucket/path/", "");
verify(s3Client).putObject(eq("test_bucket"), startsWith("test/bucket/path/_airbyte_connection_test_"), anyString());
verify(s3Client).listObjects(ArgumentMatchers.<ListObjectsRequest>argThat(request -> "test_bucket".equals(request.getBucketName())));
verify(s3Client).deleteObject(eq("test_bucket"), startsWith("test/bucket/path/_airbyte_connection_test_"));
Expand Down

0 comments on commit 39ec49b

Please sign in to comment.