Skip to content

Commit 7c13004

Browse files
committed
test(live): skip synthetic auth in provider sweeps
1 parent 6f6b8fc commit 7c13004

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/agents/models.profiles.live.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ describeLive("live models (profile keys)", () => {
741741
? {
742742
externalCli: externalCliDiscoveryForProviders({ cfg, providers: providerList }),
743743
skipExternalAuthProfiles: true,
744-
syntheticAuthProviderRefs: providerList,
744+
syntheticAuthProviderRefs: [],
745745
}
746746
: {}),
747747
});

0 commit comments

Comments
 (0)