mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Apply review suggestions
Co-authored-by: French Ben <FrenchBen@users.noreply.github.com> Signed-off-by: Dmitry Chepurovskiy <me@dm3ch.net>
This commit is contained in:
parent
e6d9b99255
commit
0ec47f8ec9
3 changed files with 3 additions and 3 deletions
|
|
@ -136,7 +136,7 @@ func TestConfigMapList(t *testing.T) {
|
|||
}
|
||||
_, ok = rls.Labels["key1"]
|
||||
if !ok {
|
||||
t.Fatalf("Expected 'key-1' label in results, actual %v", rls.Labels)
|
||||
t.Fatalf("Expected 'key1' label in results, actual %v", rls.Labels)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -136,7 +136,7 @@ func TestSecretList(t *testing.T) {
|
|||
}
|
||||
_, ok = rls.Labels["key1"]
|
||||
if !ok {
|
||||
t.Fatalf("Expected 'key-1' label in results, actual %v", rls.Labels)
|
||||
t.Fatalf("Expected 'key1' label in results, actual %v", rls.Labels)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -166,7 +166,7 @@ func TestSQLList(t *testing.T) {
|
|||
}
|
||||
_, ok = rls.Labels["key1"]
|
||||
if !ok {
|
||||
t.Fatalf("Expected 'key-1' label in results, actual %v", rls.Labels)
|
||||
t.Fatalf("Expected 'key1' label in results, actual %v", rls.Labels)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue