mirror of
https://github.com/jlengrand/github-api.git
synced 2026-04-04 15:50:52 +00:00
Use only credential providers internally to track credentials
Removes extra fields from GitHubClient.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user