Skip to content
Snippets Groups Projects
Unverified Commit 9b034024 authored by Liz Rice's avatar Liz Rice
Browse files

Complete merge where test numbers changes

parent c8877948
No related branches found
No related tags found
No related merge requests found
...@@ -119,8 +119,8 @@ func TestTestExecute(t *testing.T) { ...@@ -119,8 +119,8 @@ func TestTestExecute(t *testing.T) {
// check for ':' as argument-value separator, with no space between arg and val // check for ':' as argument-value separator, with no space between arg and val
controls.Groups[0].Checks[14], controls.Groups[0].Checks[14],
"2:45 kube-apiserver some-arg:some-val --admission-control=Something ---audit-log-maxage=40", "2:45 kube-apiserver some-arg:some-val --admission-control=Something ---audit-log-maxage=40",
}, },
{ {
controls.Groups[0].Checks[15], controls.Groups[0].Checks[15],
"{\"readOnlyPort\": 15000}", "{\"readOnlyPort\": 15000}",
}, },
...@@ -169,15 +169,15 @@ func TestTestExecuteExceptions(t *testing.T) { ...@@ -169,15 +169,15 @@ func TestTestExecuteExceptions(t *testing.T) {
str string str string
}{ }{
{ {
controls.Groups[0].Checks[22], controls.Groups[0].Checks[23],
"this is not valid json {} at all", "this is not valid json {} at all",
}, },
{ {
controls.Groups[0].Checks[23], controls.Groups[0].Checks[24],
"{\"key\": \"value\"}", "{\"key\": \"value\"}",
}, },
{ {
controls.Groups[0].Checks[24], controls.Groups[0].Checks[25],
"broken } yaml\nenabled: true", "broken } yaml\nenabled: true",
}, },
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment