X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fresources%2Frest_api%2Fct%2Ffsm-testing%2Ftestid-waitfe-hex_test.py;h=f5dbbc3a9486d8f338fb819dadc8648161307342;hb=refs%2Fheads%2Fmaster;hp=fb579b328473d058bdae80e793eef880482a8eb6;hpb=e688b5354af3a5fe0add859710cae41ffe123f65;p=anna.git diff --git a/example/diameter/launcher/resources/rest_api/ct/fsm-testing/testid-waitfe-hex_test.py b/example/diameter/launcher/resources/rest_api/ct/fsm-testing/testid-waitfe-hex_test.py index fb579b3..f5dbbc3 100644 --- a/example/diameter/launcher/resources/rest_api/ct/fsm-testing/testid-waitfe-hex_test.py +++ b/example/diameter/launcher/resources/rest_api/ct/fsm-testing/testid-waitfe-hex_test.py @@ -6,7 +6,7 @@ def test_001_given_test_indentifier_and_hex_representation_i_want_to_add_test_id flow = admlf.getId() requestBody = { "hex":"01000150c000010901000014" } - responseBodyRef = { "success":"true", "response":"Done" } + responseBodyRef = { "success":"true", "response":str(flow) } # Send POST response = admlc.postDict("/testid-waitfe-hex/{}".format(flow), requestBody)