mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-07 15:16:56 +00:00
fix import in ent test
This commit is contained in:
parent
31ebee1ac1
commit
c014cdd222
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import * as core from '@actions/core';
|
||||||
import got from 'got';
|
import got from 'got';
|
||||||
import { when } from 'jest-when'
|
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 vaultUrl = `http://${process.env.VAULT_HOST || 'localhost'}:${process.env.VAULT_PORT || '8201'}`;
|
||||||
const vaultToken = `${process.env.VAULT_TOKEN || 'testtoken'}`
|
const vaultToken = `${process.env.VAULT_TOKEN || 'testtoken'}`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue