Skip to content

Commit

Permalink
remove extra tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Shakespeared committed Feb 26, 2024
1 parent e1d485d commit e850c1a
Showing 1 changed file with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,22 +55,4 @@ void testLogLinkCreateFailure() {
.clientIP(clientIP)
.build());
}

// test creation of post request to github
// test access token request is logged on success and failure

// can't really test github itself
// test selects correct refresh token? already covered
// test failure if no refresh token? already covered
// test failure if no linked account found? no that's already covered

// @Test
// void testCreateProviderAccessTokenRequest() {
// tokenProviderService.getProviderAccessToken(providerName, userId);
// }
//
// @Test
// void testLogProviderAccessTokenResponse() {
// tokenProviderService.getProviderAccessToken(providerName, userId);
// }
}

0 comments on commit e850c1a

Please sign in to comment.