diff --git a/e2e.bats b/e2e.bats index f37791d..5dbb1b6 100644 --- a/e2e.bats +++ b/e2e.bats @@ -85,7 +85,6 @@ # settings validation fails [ "$status" -eq 1 ] - [ $(expr "$output" : '.*valid.*false') -ne 0 ] [ $(expr "$output" : ".*Provided settings are not valid: These labels cannot be constrained and denied at the same time: cc-center.*") -ne 0 ] } @@ -99,7 +98,6 @@ # settings validation fails [ "$status" -eq 1 ] - [ $(expr "$output" : '.*valid.*false') -ne 0 ] [ $(expr "$output" : ".*Provided settings are not valid: These labels cannot be mandatory and denied at the same time: cc-center.*") -ne 0 ] } @@ -113,6 +111,5 @@ # settings validation fails [ "$status" -eq 1 ] - [ $(expr "$output" : '.*valid.*false') -ne 0 ] [ $(expr "$output" : ".*Provided settings are not valid: error parsing regexp: missing closing ]: `[12$`.*") -ne 0 ] }