5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-07 07:06:56 +00:00

fix import in ent test

This commit is contained in:
JM Faircloth 2024-03-11 11:24:55 -05:00
parent 31ebee1ac1
commit c014cdd222

View file

@ -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'}`