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 2d22467 commit 38e26b8Copy full SHA for 38e26b8
src/test/java/es/upv/i3m/grycap/im/rest/client/ImClientTest.java
@@ -34,7 +34,6 @@ public class ImClientTest extends ImTestWatcher {
34
private static final String AUTH_FILE_PATH = "./src/test/resources/auth.dat";
35
private static final Integer EXPECTED_ERROR_CODE = 404;
36
private static final String EXPECTED_ERROR_MESSAGE = "Not found: '/'";
37
- private static final String IM_FAKE_PROVIDER_URL = "http://localhost:1234";
38
39
private ImClient getImClient() {
40
return imClient;
0 commit comments