mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 12:26:18 +00:00
feat: Removing accept header previews (#2515)
This commit is contained in:
@@ -33,8 +33,7 @@ namespace Octokit.Tests.Reactive
|
||||
|
||||
connection.Received().Get<List<ProjectColumn>>(
|
||||
Arg.Is<Uri>(u => u.ToString() == "projects/1/columns"),
|
||||
Args.EmptyDictionary,
|
||||
"application/vnd.github.inertia-preview+json");
|
||||
Args.EmptyDictionary);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
||||
Reference in New Issue
Block a user