diff --git a/src/test/java/io/supertokens/test/CLIOptionsTest.java b/src/test/java/io/supertokens/test/CLIOptionsTest.java index 94e489ed5..e3bae94f0 100644 --- a/src/test/java/io/supertokens/test/CLIOptionsTest.java +++ b/src/test/java/io/supertokens/test/CLIOptionsTest.java @@ -302,7 +302,7 @@ public void cli2TempLocationTest() throws Exception { assertNotNull(process.checkOrWaitForEvent(PROCESS_STATE.STOPPED)); //process starts with tempDirLocation param too. - args = new String[]{"../", "tempDirLocation=" + new File("../temp/").getAbsolutePath()}; + args = new String[]{"../", "tempDirLocation=" + new File("../tempDir/").getAbsolutePath()}; process = TestingProcessManager.start(args); assertNotNull(process.checkOrWaitForEvent(PROCESS_STATE.STARTED));