We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b15176 commit 9672561Copy full SHA for 9672561
app/tests/integration-test/initialize-data.js
@@ -39,7 +39,7 @@ async function initializeData() {
39
};
40
41
// Log into the Workbench REST API
42
- const loginUrl = 'http://localhost:3000/api/authn/anonymous/login';
+ const loginUrl = 'http://localhost:8080/api/authn/anonymous/login';
43
await login(loginUrl);
44
45
// Import the collection index v1 into the database
0 commit comments