Skip to content

Commit 9617c44

Browse files
committed
[grid] Update scheme in RedisOptions for the uri
1 parent 1b7b948 commit 9617c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/server/src/org/openqa/selenium/grid/distributor/gridmodel/redis/RedisGridModelOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public URI getRedisServerUri() {
5555

5656
try {
5757
return new URI(
58-
"http",
58+
"redis",
5959
null,
6060
hostname.get(),
6161
port.get(),

0 commit comments

Comments
 (0)