mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 03:30:34 +00:00
don't depend on an account name
This commit is contained in:
@@ -159,7 +159,7 @@ namespace Octokit.Tests.Integration
|
||||
{
|
||||
return new GitHubClient(new ProductHeaderValue("OctokitTests"))
|
||||
{
|
||||
Credentials = new Credentials(Credentials.Login, "bad-password")
|
||||
Credentials = new Credentials(Guid.NewGuid().ToString(), "bad-password")
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user