X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fresources%2Frest_api%2Fct%2Ffsm-testing%2Ftest-finished_test.py;h=ffc57feb8c7055dc806190d8b057b67138b1dbb1;hb=HEAD;hp=73e95349208c24313213f963d7dc1b18d7d4c75b;hpb=080dc0740d8b02011dee032f5d44eeb5f2ffe23f;p=anna.git diff --git a/example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-finished_test.py b/example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-finished_test.py index 73e9534..ffc57fe 100644 --- a/example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-finished_test.py +++ b/example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-finished_test.py @@ -8,7 +8,7 @@ def test_001_i_want_check_the_number_of_finished_test_cases_in_the_pool(admlc, a response = admlc.postDict("/testid-description/{}".format(flow), { "description":"My 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