Skip to content

Commit bfa4edf

Browse files
committed
fix: api authz test
1 parent 41bad6f commit bfa4edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api.authz.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ describe('API authz tests', () => {
968968
const agentData = {
969969
kind: 'AkamaiAgent',
970970
metadata: { name: 'test-agent' },
971-
spec: { modelName: 'gpt-4', instructions: 'You are a helpful assistant' },
971+
spec: { foundationModel: 'gpt-4', agentInstructions: 'You are a helpful assistant' },
972972
}
973973

974974
test('platform admin can create agent', async () => {

0 commit comments

Comments
 (0)