Skip to content

Commit 6217c8f

Browse files
committed
Revert default test url
1 parent ba1f92b commit 6217c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/FusionAuthClientTest.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import * as chai from 'chai';
2121
import ClientResponse from "../src/ClientResponse";
2222

2323
let client;
24-
const fusionauthUrl = process.env.FUSIONAUTH_URL || "http://localhost:8080";
24+
const fusionauthUrl = process.env.FUSIONAUTH_URL || "https://local.fusionauth.io";
2525
const fusionauthApiKey = process.env.FUSIONAUTH_API_KEY || "bf69486b-4733-4470-a592-f1bfce7af580";
2626
const applicationId = "e5e2b0b3-c329-4b08-896c-d4f9f612b5c0";
2727
const tenantId = '65323339-6137-6531-3135-316238623265';

0 commit comments

Comments
 (0)