Update secrets_test.go

chore

Signed-off-by: Byeongjae Jung <jbj616@gmail.com>
pull/12232/head^2
Byeongjae Jung 2 years ago committed by GitHub
parent 248d2c7b67
commit eeebbc1062
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -171,6 +171,7 @@ func TestSecretQuery(t *testing.T) {
t.Fatalf("Failed to query: %s", err) t.Fatalf("Failed to query: %s", err)
} }
// check
for _, r := range rlb { for _, r := range rlb {
if r.Labels == nil { if r.Labels == nil {
t.Fatalf("Expected release labels is nil") t.Fatalf("Expected release labels is nil")

Loading…
Cancel
Save