X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fresources%2Frest_api%2Fct%2Fparsing-operations%2Floadmsg_test.py;h=ef8a2860dc6958c3c02a99efe271a4f08c5479fc;hb=c56124ff93e8bceec159748dfe5ba8d56c62e3de;hp=299f299ccdd46b0339784312c2c2e5ecff2cad63;hpb=c881c12ed7e116f1d43760a0d9873f860c10a357;p=anna.git diff --git a/example/diameter/launcher/resources/rest_api/ct/parsing-operations/loadmsg_test.py b/example/diameter/launcher/resources/rest_api/ct/parsing-operations/loadmsg_test.py index 299f299..ef8a286 100644 --- a/example/diameter/launcher/resources/rest_api/ct/parsing-operations/loadmsg_test.py +++ b/example/diameter/launcher/resources/rest_api/ct/parsing-operations/loadmsg_test.py @@ -3,7 +3,7 @@ import pytest def test_001_given_diameter_json_representation_i_want_to_load_it_through_adml_service(b64_encode, resources, admlc): - requestBody = resources("diameterJson-request.json") + requestBody = resources("aar-diameterJson-request.json") # reponse field in response body, should carry the base64 encoding for xml message loaded by ADML: xmlExpected = resources("aar.xml")