Allow to automatically reserve an FSM test id
[anna.git] / example / diameter / launcher / resources / rest_api / ct / fsm-testing / testid-waitfc-msg_test.py
index 611cb0e..928a0aa 100644 (file)
@@ -6,7 +6,7 @@ def test_001_given_test_indentifier_and_diameter_json_representation_i_want_to_a
   flow = admlf.getId()
 
   requestBody = resources("aar-diameterJsonFromOwnToAF-request.json")
-  responseBodyRef = { "success":"true", "response":"Done" }
+  responseBodyRef = { "success":"true", "response":str(flow) }
 
   # Send POST
   response = admlc.post("/testid-waitfc-msg/{}".format(flow), requestBody)