Skip to content

Commit

Permalink
no longer throws when creator is a random account
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Dec 10, 2014
1 parent 87c6958 commit a732729
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Octokit.Tests.Integration/Clients/IssuesClientTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,6 @@ public async Task FilteringByInvalidAccountThrowsError()
{
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" }));
Expand Down

0 comments on commit a732729

Please sign in to comment.