From bbebae8e490873fd618d05050cca96beadb6e908 Mon Sep 17 00:00:00 2001 From: Felix Bartels <1257835+fbartels@users.noreply.github.com> Date: Wed, 11 Dec 2019 07:37:54 +0100 Subject: [PATCH] simplify failing goss_wait tests (#304) Signed-off-by: Felix Bartels --- core/goss/server/goss_wait.yaml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/core/goss/server/goss_wait.yaml b/core/goss/server/goss_wait.yaml index eda2cc0..c8d799a 100644 --- a/core/goss/server/goss_wait.yaml +++ b/core/goss/server/goss_wait.yaml @@ -1,11 +1,4 @@ -port: - tcp6:236: - listening: true -file: - /run/kopano/server.pid: - exists: true - mode: "0644" - owner: kopano - group: kopano - filetype: file - +http: + http://localhost:236: + status: 405 + timeout: 5000