Skip to content

Commit

Permalink
Deleted creds;
Browse files Browse the repository at this point in the history
  • Loading branch information
edubovik committed Dec 12, 2017
1 parent 67912db commit 74adb6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public void createTokenViaToken() throws IOException {

@Test
public void refreshToken() throws IOException {
deviceHive.login("***REMOVED***", "***REMOVED***");
deviceHive.login("***REMOVED**", "***REMOVED***");

DHResponse<JwtAccessToken> response2 = deviceHive.refreshToken();
Assert.assertTrue(response2.isSuccessful());
Expand Down

0 comments on commit 74adb6e

Please sign in to comment.