another one try

This commit is contained in:
aedampir@gmail.com
2016-05-21 01:07:05 +07:00
parent 63b19ca3d4
commit 3e0e0b0070
+1 -1
View File
@@ -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]