We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b137735 commit 5a02841Copy full SHA for 5a02841
pkg/test/main_entry.go
@@ -61,7 +61,7 @@ func MainEntry(m *testing.M) {
61
if err != nil {
62
log.Fatalf("failed to read global resource manifest: %v", err)
63
}
64
- err = ctx.createFromYAML(globalYAML, true, nil)
+ err = ctx.createFromYAML(globalYAML, true, &CleanupOptions{TestContext: ctx})
65
66
log.Fatalf("failed to create resource(s) in global resource manifest: %v", err)
67
0 commit comments