Skip to content

Commit afb40b5

Browse files
committed
fix: update the test case to use lowercase 'engine'
Signed-off-by: Jiaxiao Zhou <duibao55328@gmail.com>
1 parent 149f48c commit afb40b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/parser/schema_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ func TestValidateMainWorkflowFrontmatterWithSchema(t *testing.T) {
503503
},
504504
},
505505
wantErr: true,
506-
errContains: "Engine permissions are not supported for codex engine",
506+
errContains: "engine permissions are not supported for codex engine",
507507
},
508508
{
509509
name: "valid codex engine without permissions",

0 commit comments

Comments
 (0)