diff --git a/tests/api-resources/beta/messages/batches.test.ts b/tests/api-resources/beta/messages/batches.test.ts index 1ebd0cf4..98d39506 100644 --- a/tests/api-resources/beta/messages/batches.test.ts +++ b/tests/api-resources/beta/messages/batches.test.ts @@ -60,7 +60,7 @@ describe('resource batches', () => { }, }, }, - name: 'x', + name: 'name', cache_control: { type: 'ephemeral' }, description: 'Get the current weather in a given location', type: 'custom', diff --git a/tests/api-resources/beta/messages/messages.test.ts b/tests/api-resources/beta/messages/messages.test.ts index ec73d9c0..493de962 100644 --- a/tests/api-resources/beta/messages/messages.test.ts +++ b/tests/api-resources/beta/messages/messages.test.ts @@ -44,7 +44,7 @@ describe('resource messages', () => { unit: { description: 'Unit for the output - one of (celsius, fahrenheit)', type: 'string' }, }, }, - name: 'x', + name: 'name', cache_control: { type: 'ephemeral' }, description: 'Get the current weather in a given location', type: 'custom', @@ -85,7 +85,7 @@ describe('resource messages', () => { unit: { description: 'Unit for the output - one of (celsius, fahrenheit)', type: 'string' }, }, }, - name: 'x', + name: 'name', cache_control: { type: 'ephemeral' }, description: 'Get the current weather in a given location', type: 'custom', diff --git a/tests/api-resources/messages/batches.test.ts b/tests/api-resources/messages/batches.test.ts index bc92b160..4137fa31 100644 --- a/tests/api-resources/messages/batches.test.ts +++ b/tests/api-resources/messages/batches.test.ts @@ -59,7 +59,7 @@ describe('resource batches', () => { }, }, }, - name: 'x', + name: 'name', cache_control: { type: 'ephemeral' }, description: 'Get the current weather in a given location', }, diff --git a/tests/api-resources/messages/messages.test.ts b/tests/api-resources/messages/messages.test.ts index 3ae41d32..7b9d6f96 100644 --- a/tests/api-resources/messages/messages.test.ts +++ b/tests/api-resources/messages/messages.test.ts @@ -44,7 +44,7 @@ describe('resource messages', () => { unit: { description: 'Unit for the output - one of (celsius, fahrenheit)', type: 'string' }, }, }, - name: 'x', + name: 'name', cache_control: { type: 'ephemeral' }, description: 'Get the current weather in a given location', }, @@ -83,7 +83,7 @@ describe('resource messages', () => { unit: { description: 'Unit for the output - one of (celsius, fahrenheit)', type: 'string' }, }, }, - name: 'x', + name: 'name', cache_control: { type: 'ephemeral' }, description: 'Get the current weather in a given location', },