Skip to content

Commit 066c0af

Browse files
Update operator/internal/handlers/internal/storage/secrets_test.go
Co-authored-by: Joao Marcal <jmarcal@redhat.com> Signed-off-by: DOHYEONG LEE <rlrlfhtm5@gmail.com>
1 parent 762e8da commit 066c0af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/internal/handlers/internal/storage/secrets_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ func TestS3Extract_ForcePathStyle(t *testing.T) {
789789
},
790790
},
791791
wantOptions: &storage.S3StorageConfig{
792-
Endpoint: "https://vpce-1234567abc.s3.us-east-1.vpce.amazonaws.com",
792+
Endpoint: "https://bucket.vpce-1234567abc.s3.us-east-1.vpce.amazonaws.com",
793793
Region: "us-east-1",
794794
Buckets: "this,that",
795795
ForcePathStyle: false,

0 commit comments

Comments
 (0)