From 6d7476cd3dcf97d0d96cd8099672c8589bd91b43 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Mon, 10 Aug 2020 09:38:45 -0500 Subject: [PATCH] consul: grrrrr hclfmt test resource file --- .../test-fixtures/service-check-pass-fail.hcl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/jobspec/test-fixtures/service-check-pass-fail.hcl b/jobspec/test-fixtures/service-check-pass-fail.hcl index 21175a95b..d1b701212 100644 --- a/jobspec/test-fixtures/service-check-pass-fail.hcl +++ b/jobspec/test-fixtures/service-check-pass-fail.hcl @@ -10,14 +10,14 @@ job "check_pass_fail" { port = "http" check { - name = "check-name" - type = "http" - path = "/" - method = "POST" - interval = "10s" - timeout = "2s" - initial_status = "passing" - success_before_passing = 3 + name = "check-name" + type = "http" + path = "/" + method = "POST" + interval = "10s" + timeout = "2s" + initial_status = "passing" + success_before_passing = 3 failures_before_critical = 4 } }