mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 12:03:19 +00:00
feat: Removing accept header previews (#2515)
This commit is contained in:
@@ -144,7 +144,6 @@ namespace Octokit.Tests.Reactive
|
||||
gitHubClient.Connection.Received().Get<System.Collections.Generic.List<PublicKey>>(
|
||||
Arg.Is<Uri>(a =>
|
||||
a.ToString() == expectedUri),
|
||||
null,
|
||||
null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user