Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Apr 22, 2024
1 parent 72ce33c commit 78b0049
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/api-resources/queues/consumers.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ describe('resource consumers', () => {
environment: 'production',
script_name: 'example-consumer',
settings: { batch_size: 10, max_retries: 3, max_wait_time_ms: 5000 },
type: 'worker',
},
});
const rawResponse = await responsePromise.asResponse();
Expand All @@ -39,6 +40,7 @@ describe('resource consumers', () => {
environment: 'production',
script_name: 'example-consumer',
settings: { batch_size: 10, max_retries: 3, max_wait_time_ms: 5000 },
type: 'worker',
},
});
});
Expand Down

0 comments on commit 78b0049

Please sign in to comment.