Fixup node tests to account for new runtime env var passing (#8817)

This commit is contained in:
John Cowen 2020-10-06 14:26:55 +01:00 committed by GitHub
parent 0f14574ba3
commit 0a91a3f6c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -9,9 +9,9 @@ test(
{ {
environment: 'production', environment: 'production',
CONSUL_BINARY_TYPE: 'oss', CONSUL_BINARY_TYPE: 'oss',
CONSUL_ACLS_ENABLED: false, CONSUL_ACLS_ENABLED: '__RUNTIME_BOOL_ACLsEnabled__',
CONSUL_SSO_ENABLED: false, CONSUL_SSO_ENABLED: '__RUNTIME_BOOL_SSOEnabled__',
CONSUL_NSPACES_ENABLED: false, CONSUL_NSPACES_ENABLED: '__RUNTIME_BOOL_NSpacesEnabled__',
}, },
{ {
environment: 'test', environment: 'test',