mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 11:05:56 +00:00
feat: Fixing master > main in integration tests (#2489)
This commit is contained in:
@@ -113,8 +113,13 @@ namespace Octokit.Tests.Integration
|
||||
}
|
||||
|
||||
public static string UserName { get; private set; }
|
||||
|
||||
public static string Organization { get; private set; }
|
||||
|
||||
public static bool HasNoOrganization => Organization == null;
|
||||
|
||||
public static bool HasOrganization => Organization != null;
|
||||
|
||||
/// <summary>
|
||||
/// These credentials should be set to a test GitHub account using the powershell script configure-integration-tests.ps1
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user