diff --git a/integrationTests/enterprise/enterprise.test.js b/integrationTests/enterprise/enterprise.test.js index e6b8898..3772b85 100644 --- a/integrationTests/enterprise/enterprise.test.js +++ b/integrationTests/enterprise/enterprise.test.js @@ -7,7 +7,7 @@ import * as core from '@actions/core'; import got from 'got'; import { when } from 'jest-when' -import exportSecrets from '../../src/action.js'; +import { exportSecrets } from '../../src/action.js'; const vaultUrl = `http://${process.env.VAULT_HOST || 'localhost'}:${process.env.VAULT_PORT || '8201'}`; const vaultToken = `${process.env.VAULT_TOKEN || 'testtoken'}`