From: Yujun Zhang Date: Wed, 19 Apr 2017 07:16:01 +0000 (+0800) Subject: Fix error in details X-Git-Tag: opnfv-5.0.0~177^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=d9af3b2977080be6ab33fcf785f726625e46f370;p=qtip.git Fix error in details The leading space causes `details` value to be string, not dict Change-Id: Ie2acfd91f2ec9280c0a24e2459229a72f45350af Signed-off-by: Yujun Zhang --- diff --git a/tests/integration/run.yaml b/tests/integration/run.yaml index 5da8ca91..5c74a478 100644 --- a/tests/integration/run.yaml +++ b/tests/integration/run.yaml @@ -90,6 +90,6 @@ start_date: "{{ ansible_date_time.date }}" stop_date: "{{ ansible_date_time.date }}" criteria: "" - details: " {{ pod_result }}" + details: "{{ pod_result }}" tags: [testapi]