Skip to content

Commit 74adb6e

Browse files
committed
Deleted creds;
1 parent 67912db commit 74adb6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/test/java/com/github/devicehive/client/DeviceHiveTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public void createTokenViaToken() throws IOException {
105105

106106
@Test
107107
public void refreshToken() throws IOException {
108-
deviceHive.login("***REMOVED***", "***REMOVED***");
108+
deviceHive.login("***REMOVED**", "***REMOVED***");
109109

110110
DHResponse<JwtAccessToken> response2 = deviceHive.refreshToken();
111111
Assert.assertTrue(response2.isSuccessful());

0 commit comments

Comments
 (0)