We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af4d19c commit 21657a3Copy full SHA for 21657a3
1 file changed
pkg/parser/schema_test.go
@@ -503,7 +503,7 @@ func TestValidateMainWorkflowFrontmatterWithSchema(t *testing.T) {
503
},
504
505
wantErr: true,
506
- errContains: "Engine permissions are not supported for codex engine",
+ errContains: "engine permissions are not supported for codex engine",
507
508
{
509
name: "valid codex engine without permissions",
0 commit comments