cleanup after handling remote bases

This commit is contained in:
Jingfang Liu
2018-08-21 15:36:49 -07:00
parent 430f2f84fb
commit 6da691f874
4 changed files with 15 additions and 2 deletions

View File

@@ -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) {