Allow to automatically reserve an FSM test id
[anna.git] / example / diameter / launcher / resources / rest_api / ct / fsm-testing / testid-waitfe-hex_test.py
index fb579b3..f5dbbc3 100644 (file)
@@ -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-waitfe-hex/{}".format(flow), requestBody)