Add second work package for REST API implementation
[anna.git] / example / diameter / launcher / resources / rest_api / ct / parsing-operations / code_test.py
index 226cdae..5831a45 100644 (file)
@@ -2,7 +2,7 @@ import pytest
 
 def test_001_given_diameter_json_representation_i_want_to_encode_it_through_adml_service(resources, admlc):
 
-  requestBody = resources("diameterJson-request.json")
+  requestBody = resources("aar-diameterJson-request.json")
 
   # reponse field in response body, should carry the diameter encoding for json message sent to ADML:
   diameterHex = resources("aar.hex")