X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fresources%2Frest_api%2Fct%2Ffsm-testing%2Ftest-goto_test.py;fp=example%2Fdiameter%2Flauncher%2Fresources%2Frest_api%2Fct%2Ffsm-testing%2Ftest-goto_test.py;h=029a44f4d1c337778813547461151f1f0f1d477a;hp=5adea9a9878001c0d22673a2873aee6cde12d5bb;hb=cef452116c2966d7eaa65ff31ee7613bf3ae1b93;hpb=1b744dbd580cc353d18b119eef361abe1850a91b diff --git a/example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-goto_test.py b/example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-goto_test.py index 5adea9a..029a44f 100644 --- a/example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-goto_test.py +++ b/example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-goto_test.py @@ -10,7 +10,7 @@ def test_001_i_want_to_move_to_specific_test_and_check_it(admlc, admlf): response = admlc.postDict("/testid-description/{}".format(flow), { "description":"testid-description.test_001.flow{}".format(flow) }) # Verify response - responseBodyRef = { "success":"true", "response":"Done" } + responseBodyRef = { "success":"true", "response":str(flow) } admlc.assert_response__status_body_headers(response, 200, responseBodyRef) # Go to the second test: @@ -34,7 +34,7 @@ def test_002_i_want_to_move_to_a_test_out_of_range_and_check_it(admlc, admlf): response = admlc.postDict("/testid-description/{}".format(flow), { "description":"testid-description.test_001.flow{}".format(flow) }) # Verify response - responseBodyRef = { "success":"true", "response":"Done" } + responseBodyRef = { "success":"true", "response":str(flow) } admlc.assert_response__status_body_headers(response, 200, responseBodyRef) # Go to the second test: