Allow to automatically reserve an FSM test id
[anna.git] / example / diameter / launcher / resources / rest_api / ct / fsm-testing / testid-ip-limit_test.py
index ed4e330..f7c8a97 100644 (file)
@@ -6,7 +6,7 @@ def test_001_given_test_indentifier_i_want_to_set_test_id_ip_limit(admlc, admlf)
   flow = admlf.getId()
 
   requestBody = { "amount":5 }
-  responseBodyRef = { "success":"true", "response":"Done" }
+  responseBodyRef = { "success":"true", "response":str(flow) }
 
   # Send POST
   response = admlc.postDict("/testid-ip-limit/{}".format(flow), requestBody)