We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b01b2ea commit 4e3c3bbCopy full SHA for 4e3c3bb
pkg/azure/blob_integration_test.go
@@ -281,7 +281,7 @@ func TestBlobClientContainerSASKey_BucketExists(t *testing.T) {
281
g.Expect(err).ToNot(HaveOccurred())
282
g.Expect(ok).To(BeTrue())
283
284
- // 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
285
// since the error code is AuthenticationFailed.
286
ok, err = sasKeyClient.BucketExists(ctx, "non-existent")
287
g.Expect(err).To(HaveOccurred())
0 commit comments