diff --git a/scenarios/scenarios.json b/scenarios/scenarios.json index e4e8ded..5544d93 100644 --- a/scenarios/scenarios.json +++ b/scenarios/scenarios.json @@ -1273,11 +1273,7 @@ "command": "cat </dev/null || true" - } - ], + "setup_commands": [], "validation": { "commands": [ { @@ -1300,7 +1296,7 @@ } ] }, - "default_namespace": "team-quota", + "default_namespace": "default", "teardown_commands": [ { "command": "kubectl delete namespace team-quota --ignore-not-found --wait=false"