Skip to content

Commit b27cbae

Browse files
committed
test: fix failing poller integration test
1 parent ef1667f commit b27cbae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/integration/poller-lifecycle.integration.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ describe('verifyPollerStartup timeout', () => {
216216
interval_seconds: 30,
217217
poll_count: 0,
218218
poll_failures: 0,
219+
secondary_rate_limit_hits: 0,
219220
last_error: null,
220221
};
221222
fs.writeFileSync(getStatePath(), JSON.stringify(stateWithoutStartup), 'utf-8');
@@ -246,6 +247,7 @@ describe('verifyPollerStartup timeout', () => {
246247
interval_seconds: 30,
247248
poll_count: 0,
248249
poll_failures: 0,
250+
secondary_rate_limit_hits: 0,
249251
last_error: null,
250252
};
251253
fs.writeFileSync(getStatePath(), JSON.stringify(stateWithStartup), 'utf-8');

0 commit comments

Comments
 (0)