Skip to content

Commit 12ca770

Browse files
committed
test(web): keep empty BYOK profile type-safe
1 parent 90d24a3 commit 12ca770

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/tests/components/ProjectView.pendingPrompt.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ describe('ProjectView pending prompt seeding', () => {
396396
config: {
397397
...config,
398398
apiKey: '',
399-
byokProfileId: null,
399+
byokProfileId: undefined,
400400
byokCredentialConfigured: false,
401401
},
402402
onOpenSettings,

0 commit comments

Comments
 (0)