Allow to automatically reserve an FSM test id
[anna.git] / example / diameter / launcher / resources / rest_api / ct / fsm-testing / test-look_test.py
index 0d2fb9a..27a3c2b 100644 (file)
@@ -8,7 +8,7 @@ def test_001_i_want_to_look_an_specific_test(b64_encode, resources, admlc, admlf
   response = admlc.postDict("/testid-description/{}".format(flow), { "description":"Look test" })
 
   # Verify response
-  responseBodyRef = { "success":"true", "response":"Done" }
+  responseBodyRef = { "success":"true", "response":str(flow) }
   admlc.assert_response__status_body_headers(response, 200, responseBodyRef)
 
   # Send POST