Skip to content

Commit

Permalink
test(e2e): log API base URL
Browse files Browse the repository at this point in the history
  • Loading branch information
relu91 committed Jan 18, 2024
1 parent 4aa0b59 commit 296a963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 296a963

Please sign in to comment.