diff --git a/packages/cli/src/ui/components/ModelQuotaDisplay.test.tsx b/packages/cli/src/ui/components/ModelQuotaDisplay.test.tsx
index 422806a22b..4a91c0dde9 100644
--- a/packages/cli/src/ui/components/ModelQuotaDisplay.test.tsx
+++ b/packages/cli/src/ui/components/ModelQuotaDisplay.test.tsx
@@ -50,7 +50,7 @@ describe('', () => {
it('renders nothing when no buckets are provided', async () => {
const { lastFrame } = await renderWithProviders(
,
- { width: 100 },
+ { width: 100, allowEmptyFrame: true },
);
const output = lastFrame({ allowEmpty: true });
expect(output).toBe('');