Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
  • Loading branch information
somtochiama committed Oct 7, 2022
1 parent b01b2ea commit 4e3c3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/azure/blob_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ func TestBlobClientContainerSASKey_BucketExists(t *testing.T) {
g.Expect(err).ToNot(HaveOccurred())
g.Expect(ok).To(BeTrue())

// BucketExists returns an erroruu if the bucket doesn't exist with container level SAS
// BucketExists returns an error if the bucket doesn't exist with container level SAS
// since the error code is AuthenticationFailed.
ok, err = sasKeyClient.BucketExists(ctx, "non-existent")
g.Expect(err).To(HaveOccurred())
Expand Down

0 comments on commit 4e3c3bb

Please sign in to comment.