mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-02 02:45:32 +00:00
no longer throws when creator is a random account
This commit is contained in:
@@ -246,10 +246,6 @@ public class IssuesClientTests : IDisposable
|
||||
{
|
||||
var owner = _repository.Owner.Login;
|
||||
|
||||
await AssertEx.Throws<ApiValidationException>(
|
||||
async () => await _issuesClient.GetForRepository(owner, _repository.Name,
|
||||
new RepositoryIssueRequest { Creator = "some-random-account" }));
|
||||
|
||||
await AssertEx.Throws<ApiValidationException>(
|
||||
async () => await _issuesClient.GetForRepository(owner, _repository.Name,
|
||||
new RepositoryIssueRequest { Assignee = "some-random-account" }));
|
||||
|
||||
Reference in New Issue
Block a user