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 4e26057 commit 94f5ac8Copy full SHA for 94f5ac8
src/test/java/es/upv/i3m/grycap/im/rest/client/ImClientTest.java
@@ -30,7 +30,7 @@ public class ImClientTest extends ImTestWatcher {
30
31
private static ImClient imClient;
32
private static final String IM_DUMMY_PROVIDER_URL =
33
- "https://appsgrycap.i3m.upv.es:31443/im-dev";
+ "https://appsgrycap.i3m.upv.es:31443/im-dev/";
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: '/'";
0 commit comments