Skip to content

Commit aea5552

Browse files
author
Arthur Granado
committed
test: fix platform test configuration that was not following interface
1 parent 4140c6e commit aea5552

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/setup/platforms/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ const kindOlmSetup: IPlatformSetup = {
3838
config: kind.exportKubeConfig,
3939
clean: kind.clean,
4040
setupTester: kind.setupTester,
41+
validateRequiredEnvironment: () => Promise.resolve(),
4142
};
4243

4344
const eksSetup: IPlatformSetup = {

0 commit comments

Comments
 (0)