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