Skip to content

Commit 4e3c3bb

Browse files
committed
fix typo
Signed-off-by: Somtochi Onyekwere <[email protected]>
1 parent b01b2ea commit 4e3c3bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/azure/blob_integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ func TestBlobClientContainerSASKey_BucketExists(t *testing.T) {
281281
g.Expect(err).ToNot(HaveOccurred())
282282
g.Expect(ok).To(BeTrue())
283283

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

0 commit comments

Comments
 (0)