Skip to content

Commit b7baba9

Browse files
Update pkg/azure/blob_test.go
Co-authored-by: Matheus Pimenta <[email protected]> Signed-off-by: Terry Howe <[email protected]>
1 parent 1a0db10 commit b7baba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/azure/blob_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ func TestNewClientAndBucketExistsWithProxy(t *testing.T) {
115115

116116
ok, err := client.BucketExists(context.Background(), "podinfo")
117117
if tt.err != "" {
118-
g.Expect(err).To(MatchError(ContainSubstring(tt.err)))
118+
g.Expect(err).To(MatchError(ContainSubstring(tt.err)))
119119
g.Expect(ok).To(BeFalse())
120120
} else {
121121
g.Expect(err).ToNot(HaveOccurred())

0 commit comments

Comments
 (0)