diff options
Diffstat (limited to 'runtime-acm/src/test/resources')
-rw-r--r-- | runtime-acm/src/test/resources/providers/AcInstantiateEncryptTest.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime-acm/src/test/resources/providers/AcInstantiateEncryptTest.json b/runtime-acm/src/test/resources/providers/AcInstantiateEncryptTest.json index 896a8b6c9..4a0de52ba 100644 --- a/runtime-acm/src/test/resources/providers/AcInstantiateEncryptTest.json +++ b/runtime-acm/src/test/resources/providers/AcInstantiateEncryptTest.json @@ -12,8 +12,8 @@ }, "description": "Starter Automation Composition Element for the Demo", "properties": { - "secret": "mysecret1", - "password": "mypass1", + "secret": "mysecret", + "password": "mypass", "baseUrl": "http://address:30800", "httpHeaders": { "Content-Type": "application/json", @@ -57,8 +57,8 @@ "description": "Bridge Automation Composition Element for the Demo", "properties": { "baseUrl": "http://address:30801", - "password": "mypass2", - "secret": "secret2", + "password": "mypass", + "secret": "mysecret", "httpHeaders": { "Content-Type": "application/json", "Authorization": "Basic YWNtVXNlcjp6YiFYenRHMzQ=" |