Skip to content

Commit 38e26b8

Browse files
committed
Remove unused
1 parent 2d22467 commit 38e26b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public class ImClientTest extends ImTestWatcher {
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: '/'";
37-
private static final String IM_FAKE_PROVIDER_URL = "http://localhost:1234";
3837

3938
private ImClient getImClient() {
4039
return imClient;

0 commit comments

Comments
 (0)