We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 149f48c commit afb40b5Copy full SHA for afb40b5
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