mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-01 18:35:35 +00:00
Initial implementation of ManagementConsole - maintenance mode
This commit is contained in:
committed by
Brendan Forster
parent
7c31109099
commit
0c3c4ead6d
@@ -9,6 +9,8 @@ namespace Octokit.Tests.Clients
|
||||
{
|
||||
public class TheGetMaintenanceModeMethod
|
||||
{
|
||||
readonly string _distinguishedNameUser = "uid=test-user,ou=users,dc=company,dc=com";
|
||||
|
||||
[Fact]
|
||||
public void RequestsCorrectUrl()
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using System.Threading.Tasks;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Octokit
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user