We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67912db commit 74adb6eCopy full SHA for 74adb6e
1 file changed
client/src/test/java/com/github/devicehive/client/DeviceHiveTest.java
@@ -105,7 +105,7 @@ public void createTokenViaToken() throws IOException {
105
106
@Test
107
public void refreshToken() throws IOException {
108
- deviceHive.login("***REMOVED***", "***REMOVED***");
+ deviceHive.login("***REMOVED**", "***REMOVED***");
109
110
DHResponse<JwtAccessToken> response2 = deviceHive.refreshToken();
111
Assert.assertTrue(response2.isSuccessful());
0 commit comments