diff --git a/core/http/client/src/test/java/org/eclipse/rdf4j/http/client/ProxyTest.java b/core/http/client/src/test/java/org/eclipse/rdf4j/http/client/ProxyTest.java index 1aab232821..29ace2fed3 100644 --- a/core/http/client/src/test/java/org/eclipse/rdf4j/http/client/ProxyTest.java +++ b/core/http/client/src/test/java/org/eclipse/rdf4j/http/client/ProxyTest.java @@ -46,6 +46,7 @@ public class ProxyTest { String repositoryID = "test"; String proxyUser = "proxyUser"; + String proxyPassword = "proxyPassword"; /* @Nullable */ String proxyHostOld;