mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-08 12:42:32 +00:00
another one try
This commit is contained in:
@@ -235,7 +235,7 @@ namespace Octokit.Tests.Clients
|
||||
connection.Received().GetAll<ReleaseAsset>(
|
||||
Arg.Is<Uri>(u => u.ToString() == "repos/fake/repo/releases/1/assets"),
|
||||
null,
|
||||
"application/vnd.github.v3", options);
|
||||
"application/vnd.github.v3", Args.ApiOptions);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
||||
Reference in New Issue
Block a user