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 4aa31dc commit bebc98bCopy full SHA for bebc98b
pkg/azure/blob_test.go
@@ -115,6 +115,7 @@ func TestNewClientAndBucketExistsWithProxy(t *testing.T) {
115
116
ok, err := client.BucketExists(context.Background(), "podinfo")
117
if tt.err != "" {
118
+ g.Expect(err).To(HaveOccurred())
119
g.Expect(err.Error()).To(ContainSubstring(tt.err))
120
g.Expect(ok).To(BeFalse())
121
} else {
0 commit comments