Skip to content

Commit 59285ab

Browse files
committed
Fix failing spotbugs test
1 parent a028804 commit 59285ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

java/client/test/org/openqa/selenium/environment/webserver/CookieHandler.java

+3
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@ private Cookie parse(String cookieString) {
175175
case "secure":
176176
builder.isSecure(true);
177177
break;
178+
179+
default:
180+
throw new RuntimeException("Unknown option: " + key);
178181
}
179182
});
180183

0 commit comments

Comments
 (0)