From 652ec421298d29b0ded8ab0545577c62233b70a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20Bj=C3=B6rklin?= Date: Wed, 26 Sep 2018 16:23:26 +0200 Subject: [PATCH] change kitchen reporter from k/v to list --- .kitchen.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.kitchen.yml b/.kitchen.yml index 3a340b4..9941a75 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -150,7 +150,8 @@ provisioner: verifier: name: inspec sudo: true - reporter: cli + reporter: + - cli inspec_tests: - path: test/integration/default