mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
cleanup after handling remote bases
This commit is contained in:
@@ -369,6 +369,9 @@ func TestRawResources2(t *testing.T) {
|
||||
if err := expected.ErrorIfNotEqual(actual); err != nil {
|
||||
t.Fatalf("unexpected inequality: %v", err)
|
||||
}
|
||||
if !loadertest.CleanupCalled {
|
||||
t.Fatalf("Cleanup should be called")
|
||||
}
|
||||
}
|
||||
|
||||
func TestSecretTimeout(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user