Skip to content

Commit

Permalink
Remove unused variable in test
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Sep 28, 2021
1 parent 8d0eb03 commit 31cb246
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ public void canPassClientConfig() throws MalformedURLException {
.baseUrl(new URL("http://localhost:4444/")).readTimeout(Duration.ofSeconds(1)),
factory);

RemoteWebDriver driver = new RemoteWebDriver(executor, new ImmutableCapabilities());
new RemoteWebDriver(executor, new ImmutableCapabilities());

ClientConfig usedConfig = config.getValue();
assertThat(usedConfig.baseUrl()).isEqualTo(new URL("http://localhost:4444/"));
Expand Down

0 comments on commit 31cb246

Please sign in to comment.