We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3587914 commit c0c5c37Copy full SHA for c0c5c37
src/test/java/org/jabref/logic/net/ProxyTest.java
@@ -92,7 +92,7 @@ public void testProxyPreferencesStorePassword() {
92
password);
93
//Check if mock data is stored in object memory and can be extracted
94
assertEquals(proxyPref.shouldUseProxy(), true);
95
- assertEquals(proxyPref.getHostname(), "testName");
+ assertEquals(proxyPref.getHostname(), hostname);
96
assertEquals(proxyPref.getPort(), port);
97
assertEquals(proxyPref.shouldUseAuthentication(), true);
98
assertEquals(proxyPref.getUsername(), username);
0 commit comments