mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 03:16:11 +00:00
Merge pull request #1020 from RobPethick/dev-AddCommentToMakeTestAccountUsageClearer
Add comment to make test account usage clearer
This commit is contained in:
@@ -70,7 +70,10 @@ namespace Octokit.Tests.Integration
|
||||
|
||||
public static string UserName { get; private set; }
|
||||
public static string Organization { get; private set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// These credentials should be set to a test GitHub account using the powershell script configure-integration-tests.ps1
|
||||
/// </summary>
|
||||
public static Credentials Credentials { get { return _credentialsThunk.Value; } }
|
||||
|
||||
public static Credentials ApplicationCredentials { get { return _oauthApplicationCredentials.Value; } }
|
||||
|
||||
Reference in New Issue
Block a user