X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fresources%2Frest_api%2Fct%2Fparsing-operations%2Fdecode_test.py;h=0e5e8faa8e4fe62697ef014189aa4ed6cfbe07bc;hb=c56124ff93e8bceec159748dfe5ba8d56c62e3de;hp=d24e51d1e978fb97bc77e650ed55efad01ead3c4;hpb=220eecc7d53ddb85f72d94d5053738519fd8d27e;p=anna.git diff --git a/example/diameter/launcher/resources/rest_api/ct/parsing-operations/decode_test.py b/example/diameter/launcher/resources/rest_api/ct/parsing-operations/decode_test.py index d24e51d..0e5e8fa 100644 --- a/example/diameter/launcher/resources/rest_api/ct/parsing-operations/decode_test.py +++ b/example/diameter/launcher/resources/rest_api/ct/parsing-operations/decode_test.py @@ -3,7 +3,7 @@ import pytest def test_001_given_diameter_hex_representation_i_want_to_decode_it_through_adml_service(b64_encode, resources, admlc): diameterHex = resources("aaa.hex") - #requestBody = resources("diameterHex.json.in", diameterHex=diameterHex.rstrip()) + #requestBody = resources("aaa-diameterHex.json.in", diameterHex=diameterHex.rstrip()) requestBodyDict = { "diameterHex":"{}".format(diameterHex.rstrip()) } # reponse field in response body, should carry the base64 encoding for xml message decoded by ADML: