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%2Ftestid-sh-command_test.py;fp=example%2Fdiameter%2Flauncher%2Fresources%2Frest_api%2Fct%2Ffsm-testing%2Ftestid-sh-command_test.py;h=34a47349c546b8978e91d9c024fafc741c5015a0;hp=15c811dcd6ad213cdcb0c4416fc49993c2fa3d17;hb=cef452116c2966d7eaa65ff31ee7613bf3ae1b93;hpb=1b744dbd580cc353d18b119eef361abe1850a91b diff --git a/example/diameter/launcher/resources/rest_api/ct/fsm-testing/testid-sh-command_test.py b/example/diameter/launcher/resources/rest_api/ct/fsm-testing/testid-sh-command_test.py index 15c811d..34a4734 100644 --- a/example/diameter/launcher/resources/rest_api/ct/fsm-testing/testid-sh-command_test.py +++ b/example/diameter/launcher/resources/rest_api/ct/fsm-testing/testid-sh-command_test.py @@ -6,7 +6,7 @@ def test_001_given_test_indentifier_i_want_to_set_test_id_sh_command(admlc, adml flow = admlf.getId() requestBody = { "script":"date" } - responseBodyRef = { "success":"true", "response":"Done" } + responseBodyRef = { "success":"true", "response":str(flow) } # Send POST response = admlc.postDict("/testid-sh-command/{}".format(flow), requestBody)