Skip to content

Commit 94f5ac8

Browse files
committed
Fix url
1 parent 4e26057 commit 94f5ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/es/upv/i3m/grycap/im/rest/client/ImClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class ImClientTest extends ImTestWatcher {
3030

3131
private static ImClient imClient;
3232
private static final String IM_DUMMY_PROVIDER_URL =
33-
"https://appsgrycap.i3m.upv.es:31443/im-dev";
33+
"https://appsgrycap.i3m.upv.es:31443/im-dev/";
3434
private static final String AUTH_FILE_PATH = "./src/test/resources/auth.dat";
3535
private static final Integer EXPECTED_ERROR_CODE = 404;
3636
private static final String EXPECTED_ERROR_MESSAGE = "Not found: '/'";

0 commit comments

Comments
 (0)