diff --git a/integrationTests/enterprise/enterprise.test.js b/integrationTests/enterprise/enterprise.test.js index cca739f..7ba9583 100644 --- a/integrationTests/enterprise/enterprise.test.js +++ b/integrationTests/enterprise/enterprise.test.js @@ -289,15 +289,3 @@ function mockInput(secrets) { .calledWith('secrets', expect.anything()) .mockReturnValueOnce(secrets); } - -function mockEngineName(name) { - when(core.getInput) - .calledWith('path', expect.anything()) - .mockReturnValueOnce(name); -} - -function mockVersion(version) { - when(core.getInput) - .calledWith('kv-version', expect.anything()) - .mockReturnValueOnce(version); -}