X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fresources%2Frest_api%2Fct%2Ffsm-testing%2Ftest-look_test.py;h=27a3c2bf667ed0f546fe85cf0c8502f86e3bfa70;hb=refs%2Fheads%2Fmaster;hp=0d2fb9a4b3846908df2181bdb5afde6758bc16bc;hpb=080dc0740d8b02011dee032f5d44eeb5f2ffe23f;p=anna.git diff --git a/example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-look_test.py b/example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-look_test.py index 0d2fb9a..27a3c2b 100644 --- a/example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-look_test.py +++ b/example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-look_test.py @@ -8,7 +8,7 @@ def test_001_i_want_to_look_an_specific_test(b64_encode, resources, admlc, admlf response = admlc.postDict("/testid-description/{}".format(flow), { "description":"Look test" }) # Verify response - responseBodyRef = { "success":"true", "response":"Done" } + responseBodyRef = { "success":"true", "response":str(flow) } admlc.assert_response__status_body_headers(response, 200, responseBodyRef) # Send POST