mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-08 20:45:51 +00:00
Rework request object to be the correct structure so SimpleJsonSerializer can be used to serialize it. Remove MaintenanceDate class and just pass in the Date/string for when
Still need to use UrlFormEncoding rather than json in the POST body though...
This commit is contained in:
committed by
Brendan Forster
parent
e0d5a74e16
commit
1415dc3bef
@@ -9,8 +9,6 @@ namespace Octokit.Tests.Clients
|
||||
{
|
||||
public class TheGetMaintenanceModeMethod
|
||||
{
|
||||
readonly string _distinguishedNameUser = "uid=test-user,ou=users,dc=company,dc=com";
|
||||
|
||||
[Fact]
|
||||
public void RequestsCorrectUrl()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user