X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fresources%2Frest_api%2Fct%2Ffsm-testing%2Ftestid-sendmsg2c_test.py;fp=example%2Fdiameter%2Flauncher%2Fresources%2Frest_api%2Fct%2Ffsm-testing%2Ftestid-sendmsg2c_test.py;h=72cea9c0e14e550ef3d47260a86e873247e4d9ba;hp=19affa3c8c6944802bc0f0734fb07cbb56fd5ad0;hb=cef452116c2966d7eaa65ff31ee7613bf3ae1b93;hpb=1b744dbd580cc353d18b119eef361abe1850a91b diff --git a/example/diameter/launcher/resources/rest_api/ct/fsm-testing/testid-sendmsg2c_test.py b/example/diameter/launcher/resources/rest_api/ct/fsm-testing/testid-sendmsg2c_test.py index 19affa3..72cea9c 100644 --- a/example/diameter/launcher/resources/rest_api/ct/fsm-testing/testid-sendmsg2c_test.py +++ b/example/diameter/launcher/resources/rest_api/ct/fsm-testing/testid-sendmsg2c_test.py @@ -6,7 +6,7 @@ def test_001_given_test_indentifier_and_diameter_json_representation_i_want_to_a flow = admlf.getId() requestBody = resources("aar-diameterJsonFromOwnToAF-request.json") - responseBodyRef = { "success":"true", "response":"Done" } + responseBodyRef = { "success":"true", "response":str(flow) } # Send POST response = admlc.post("/testid-sendmsg2c/{}".format(flow), requestBody)