X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fresources%2Frest_api%2Fct%2Ffsm-testing%2Ftest-state_test.py;h=5e10cf6101c442b9e3e09959bde9e7ebafdf56c5;hb=HEAD;hp=f2332f2cd9101572bda60e758124b0e844476941;hpb=080dc0740d8b02011dee032f5d44eeb5f2ffe23f;p=anna.git diff --git a/example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-state_test.py b/example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-state_test.py index f2332f2..5e10cf6 100644 --- a/example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-state_test.py +++ b/example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-state_test.py @@ -8,7 +8,7 @@ def test_001_i_want_to_get_the_state_for_specific_test(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