Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit e698e83

Browse files
use different session name to not conflict with another test
1 parent 38f8feb commit e698e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SeleniumGridExtras/src/test/java/com/groupon/seleniumgridextras/grid/proxies/sessions/threads/SetupTeardownProxyTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public void testLogSessionWithSessionHistoryEnabled() throws Exception {
9393
Map sessionInfo = new HashMap();
9494
sessionInfo.put("id", "123456");
9595
sessionInfo.put("stuff", "stuff");
96-
SessionHistoryLog.newSession("node", sessionInfo);
96+
SessionHistoryLog.newSession("nodez", sessionInfo);
9797

9898
Assert.assertTrue("Expect the session log directory to exist!", sessionLogDir.exists());
9999
Assert.assertTrue("Expect the session log directory to be a directory!", sessionLogDir.isDirectory());

0 commit comments

Comments
 (0)