mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
Add more tests and explain some strange quotes.
This commit is contained in:
@@ -127,10 +127,7 @@ func (th Harness) AssertActualEqualsExpected(
|
||||
}
|
||||
|
||||
func (th Harness) AssertActualEqualsExpectedNoIdAnnotations(m resmap.ResMap, expected string) {
|
||||
err := m.RemoveIdAnnotations()
|
||||
if err != nil {
|
||||
th.t.Fatalf("Err: %v", err)
|
||||
}
|
||||
m.RemoveIdAnnotations()
|
||||
th.AssertActualEqualsExpectedWithTweak(m, nil, expected)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user