Skip to content

Commit 3fa6190

Browse files
committed
chore: remove default baseUrl
1 parent 31cda81 commit 3fa6190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ describe("OpenID4VCI and OpenID4VCP", () => {
151151
});
152152

153153
async function startOid4VcComposeStack() {
154-
let baseUrl = process.env.NMSHD_TEST_BASEURL ?? "http://localhost:8080";
154+
let baseUrl = process.env.NMSHD_TEST_BASEURL!;
155155
let addressGenerationHostnameOverride: string | undefined;
156156

157157
if (baseUrl.includes("localhost")) {

0 commit comments

Comments
 (0)