Skip to content

Commit

Permalink
TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
risicle committed Oct 16, 2023
1 parent a4f195d commit 3e30c76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platform-tests/broker-acceptance/s3_broker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ var _ = Describe("S3 broker", func() {
skName string,
allowExternalAccessJSON string,
) {
By("creating the service key: "+serviceKeyName, func() {
By("creating the service key: "+skName, func() {
Expect(cf.Cf(
"create-service-key",
siName,
Expand Down Expand Up @@ -288,6 +288,7 @@ var _ = Describe("S3 broker", func() {
})

By("failing to access the other bucket", func() {
fmt.Printf("accessing %v using s3Client %v", bucket2Name, s3Client)
assertNoBucketAccess(bucket2Name)
})
})
Expand Down

0 comments on commit 3e30c76

Please sign in to comment.