We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce6a489 commit 4b6ef0dCopy full SHA for 4b6ef0d
1 file changed
tests/test-plan-file-validation.sh
@@ -720,10 +720,10 @@ set +e
720
RESULT=$("$PROJECT_ROOT/scripts/setup-rlcr-loop.sh" --codex-model "gpt-5.4:high#comment" "plans/test-plan.md" 2>&1)
721
EXIT_CODE=$?
722
set -e
723
-if [[ $EXIT_CODE -ne 0 ]] && echo "$RESULT" | grep -q "invalid characters"; then
+if [[ $EXIT_CODE -ne 0 ]] && echo "$RESULT" | grep -q "Invalid codex effort"; then
724
pass "Codex effort with hash rejected"
725
else
726
- fail "Codex effort validation" "exit 1 with invalid characters error" "$RESULT"
+ fail "Codex effort validation" "exit 1 with invalid codex effort error" "$RESULT"
727
fi
728
729
# Test 14: Accept valid codex model with dots and hyphens
0 commit comments