mirror of
https://github.com/status-im/consul.git
synced 2025-01-13 23:36:00 +00:00
Fixup node tests to account for new runtime env var passing (#8817)
This commit is contained in:
parent
1d324b726f
commit
5a39be47d1
@ -9,9 +9,9 @@ test(
|
||||
{
|
||||
environment: 'production',
|
||||
CONSUL_BINARY_TYPE: 'oss',
|
||||
CONSUL_ACLS_ENABLED: false,
|
||||
CONSUL_SSO_ENABLED: false,
|
||||
CONSUL_NSPACES_ENABLED: false,
|
||||
CONSUL_ACLS_ENABLED: '__RUNTIME_BOOL_ACLsEnabled__',
|
||||
CONSUL_SSO_ENABLED: '__RUNTIME_BOOL_SSOEnabled__',
|
||||
CONSUL_NSPACES_ENABLED: '__RUNTIME_BOOL_NSpacesEnabled__',
|
||||
},
|
||||
{
|
||||
environment: 'test',
|
||||
|
Loading…
x
Reference in New Issue
Block a user