Skip to content

Commit 80c437c

Browse files
committed
chore: change url in openid4vc.test.ts
1 parent f16f3c5 commit 80c437c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/runtime/test/consumption/openid4vc.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ test.skip("issuance with external authentication", async () => {
123123
const resolveCredentialOfferResult = await runtimeServices1.consumption.openId4Vc.resolveCredentialOffer({ credentialOfferUrl });
124124
expect(resolveCredentialOfferResult).toBeSuccessful();
125125

126-
const server = URL.parse("https://kc-openid4vc.is.enmeshed.eu/realms/enmeshed-openid4vci")!;
126+
const server = URL.parse("https://kc-openid4vc.frosch.work/realms/enmeshed-openid4vci")!;
127127
const clientId = "wallet";
128128
const config: client.Configuration = await client.discovery(server, clientId);
129129
const grantReq = await client.genericGrantRequest(config, "password", {

0 commit comments

Comments
 (0)