Use only credential providers internally to track credentials

Removes extra fields from GitHubClient.
This commit is contained in:
Liam Newman
2020-12-30 09:39:36 -08:00
parent 43efa78750
commit f546cf4521
11 changed files with 205 additions and 193 deletions

View File

@@ -100,7 +100,6 @@ public abstract class AbstractGitHubWireMockTest extends Assert {
// This sets the user and password to a placeholder for wiremock testing
// This makes the tests believe they are running with permissions
// The recorded stubs will behave like they running with permissions
builder.oauthToken = null;
builder.withPassword(STUBBED_USER_LOGIN, STUBBED_USER_PASSWORD);
}