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