Skip to content

Commit

Permalink
revert back
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangs18 committed Feb 20, 2024
1 parent 6a837c7 commit 8ff6f83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public static void setUpClass() throws Exception {
final String dbname = HandleAndBytestreamIntegrationTest.class.getSimpleName() + "Auth";
AUTH = new AuthController(
TestCommon.getJarsDir(),
"mongodb://localhost:" + MONGO.getServerPort(),
"localhost:" + MONGO.getServerPort(),
dbname,
Paths.get(TestCommon.getTempDir()));
final URL authURL = new URL("http://localhost:" + AUTH.getServerPort() + "/testmode");
Expand Down

0 comments on commit 8ff6f83

Please sign in to comment.