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-waitfc-hex_test.py;fp=example%2Fdiameter%2Flauncher%2Fresources%2Frest_api%2Fct%2Ffsm-testing%2Ftestid-waitfc-hex_test.py;h=bed1543331a499dd2f60ffc8aa49cbe578bc2091;hp=ad0e052753ef21209471cf231a4a083ca8701f93;hb=cef452116c2966d7eaa65ff31ee7613bf3ae1b93;hpb=1b744dbd580cc353d18b119eef361abe1850a91b diff --git a/example/diameter/launcher/resources/rest_api/ct/fsm-testing/testid-waitfc-hex_test.py b/example/diameter/launcher/resources/rest_api/ct/fsm-testing/testid-waitfc-hex_test.py index ad0e052..bed1543 100644 --- a/example/diameter/launcher/resources/rest_api/ct/fsm-testing/testid-waitfc-hex_test.py +++ b/example/diameter/launcher/resources/rest_api/ct/fsm-testing/testid-waitfc-hex_test.py @@ -6,7 +6,7 @@ def test_001_given_test_indentifier_and_hex_representation_i_want_to_add_test_id flow = admlf.getId() requestBody = { "hex":"01000150c000010901000014" } - responseBodyRef = { "success":"true", "response":"Done" } + responseBodyRef = { "success":"true", "response":str(flow) } # Send POST response = admlc.postDict("/testid-waitfc-hex/{}".format(flow), requestBody)