Skip to content

Commit 227c682

Browse files
committed
[grid] Mapping correct value for availability
Fixes #9103
1 parent c8daf2c commit 227c682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/server/src/org/openqa/selenium/grid/graphql/selenium-grid-schema.graphqls

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ scalar Uri
77
enum Status {
88
UP
99
DRAINING
10-
UNAVAILABLE
10+
DOWN
1111
}
1212

1313
type Session {

0 commit comments

Comments
 (0)