summaryrefslogtreecommitdiffstats
path: root/plugins/restapi-call-node/provider/src/test/resources/actokentemplate.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/restapi-call-node/provider/src/test/resources/actokentemplate.json')
-rw-r--r--plugins/restapi-call-node/provider/src/test/resources/actokentemplate.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/restapi-call-node/provider/src/test/resources/actokentemplate.json b/plugins/restapi-call-node/provider/src/test/resources/actokentemplate.json
new file mode 100644
index 000000000..02e62400f
--- /dev/null
+++ b/plugins/restapi-call-node/provider/src/test/resources/actokentemplate.json
@@ -0,0 +1,4 @@
+{
+ "userName": ${prop.sdncRestApi.thirdpartySdnc.user},
+ "password": ${prop.sdncRestApi.thirdpartySdnc.password}
+}