From 296a963078409a0e48d885dcd70f6d1992f42c13 Mon Sep 17 00:00:00 2001 From: reluc Date: Thu, 18 Jan 2024 17:53:18 +0100 Subject: [PATCH] test(e2e): log API base URL --- test/utils/resources.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/utils/resources.ts b/test/utils/resources.ts index acc7885..8ad19a2 100644 --- a/test/utils/resources.ts +++ b/test/utils/resources.ts @@ -12,7 +12,7 @@ export async function getE2ETestResources() { const url = await app.getUrl(); process.env.ZION_API_BASE = url; - + console.log(`API base URL: ${url}`); const axios = ax.create({ baseURL: url, validateStatus: () => true,