Implement dynamic procedure at REST interface
[anna.git] / example / diameter / launcher / resources / rest_api / ct / hot-changes / services_test.py
index 5c90efc..4d8d18e 100644 (file)
@@ -5,7 +5,8 @@ import pytest
 @pytest.mark.xfail(reason="This will fail if already provisioned (if you want success here, restart the ADML HTTP Service)")
 def test_001_given_services_json_representation_i_want_to_load_it_through_adml_service(resources, admlc):
 
-  requestBody = resources("servicesJson-request.json")
+  # Load services for Rx interface (client/server nodes & Gx dictionary):
+  requestBody = resources("servicesRxJson-request.json")
   responseBodyRef = { "success":"true", "response":"loaded services correctly" }
 
   # Send POST