From 9b034024a76c7af85e56836c3b773fd51af7b05f Mon Sep 17 00:00:00 2001 From: Liz Rice Date: Thu, 11 Apr 2019 10:21:19 +0100 Subject: [PATCH] Complete merge where test numbers changes --- check/test_test.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/check/test_test.go b/check/test_test.go index 2c15b15..308dcad 100644 --- a/check/test_test.go +++ b/check/test_test.go @@ -119,8 +119,8 @@ func TestTestExecute(t *testing.T) { // check for ':' as argument-value separator, with no space between arg and val controls.Groups[0].Checks[14], "2:45 kube-apiserver some-arg:some-val --admission-control=Something ---audit-log-maxage=40", - }, - { + }, + { controls.Groups[0].Checks[15], "{\"readOnlyPort\": 15000}", }, @@ -169,15 +169,15 @@ func TestTestExecuteExceptions(t *testing.T) { str string }{ { - controls.Groups[0].Checks[22], + controls.Groups[0].Checks[23], "this is not valid json {} at all", }, { - controls.Groups[0].Checks[23], + controls.Groups[0].Checks[24], "{\"key\": \"value\"}", }, { - controls.Groups[0].Checks[24], + controls.Groups[0].Checks[25], "broken } yaml\nenabled: true", }, }