Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Skip Vault Hack #987

Closed
lautarodragan opened this issue Aug 15, 2019 · 1 comment
Closed

Remove Skip Vault Hack #987

lautarodragan opened this issue Aug 15, 2019 · 1 comment

Comments

@lautarodragan
Copy link
Member

// TODO: add configuration to ctx in app.ts so middlewares have access.
// This is needed until we can figure out how to restart vault between
// individual tests.
// Currently a hack used to prevent errors in integration tests.
if (process.env.SKIP_VAULT === 'true') return (ctx.status = 404)

@lautarodragan
Copy link
Member Author

Superseded by #988

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant