From d9af3b2977080be6ab33fcf785f726625e46f370 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Wed, 19 Apr 2017 15:16:01 +0800 Subject: Fix error in details The leading space causes `details` value to be string, not dict Change-Id: Ie2acfd91f2ec9280c0a24e2459229a72f45350af Signed-off-by: Yujun Zhang --- tests/integration/run.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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] -- cgit 1.2.3-korg