We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e9723 commit 2be61e1Copy full SHA for 2be61e1
src/test/java/com/lazerycode/selenium/download/DetectProxyConfigTest.java
@@ -64,9 +64,7 @@ public void propertyOverridesEnvVariable() throws Exception {
64
}
65
66
@Test
67
- public void nullProxyHostOrProxyPort() throws Exception {
+ public void nullProxyHostOrProxyPortDoesNotCauseANullPointerErrorToBeThrown() throws Exception {
68
DetectProxyConfig proxyConfig = new DetectProxyConfig();
69
-
70
- assertThat(proxyConfig.isProxyAvailable(), is(equalTo(false)));
71
72
0 commit comments