diff options
author | elijah <elijah@riseup.net> | 2013-06-17 18:11:04 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-06-17 18:11:04 -0700 |
commit | a722c739945cb83f85340e4a31b717b0f4af64a0 (patch) | |
tree | 2952561c808101ca6e120acf670a8689af9e1892 /test/leap_platform/provider_base | |
parent | 638642f464823a2cbc263c97014e737ed528b790 (diff) |
fixed tests
Diffstat (limited to 'test/leap_platform/provider_base')
-rw-r--r-- | test/leap_platform/provider_base/common.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/leap_platform/provider_base/common.json b/test/leap_platform/provider_base/common.json index 653b9a0..d7b3f87 100644 --- a/test/leap_platform/provider_base/common.json +++ b/test/leap_platform/provider_base/common.json @@ -26,5 +26,6 @@ "ca_cert": "= try_file :ca_cert" }, "service_type": "internal_service", - "name": "common" + "name": "common", + "enabled": true } |