Skip to content

Commit 9672561

Browse files
committed
chore: update port to fix tests
1 parent 8b15176 commit 9672561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/tests/integration-test/initialize-data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async function initializeData() {
3939
};
4040

4141
// Log into the Workbench REST API
42-
const loginUrl = 'http://localhost:3000/api/authn/anonymous/login';
42+
const loginUrl = 'http://localhost:8080/api/authn/anonymous/login';
4343
await login(loginUrl);
4444

4545
// Import the collection index v1 into the database

0 commit comments

Comments
 (0)