Skip to content

Commit

Permalink
Remove cache checks
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdewid committed Jan 18, 2021
1 parent 71e663a commit 76740e6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ public async Task GetAllReviewerReturnAllReviewer(OrganizationRole role, int exp
// Assert
Assert.Equal(HttpStatusCode.OK, response.StatusCode);
Assert.Equal(expectedCount, returnList.Count);
Assert.True(response.Headers.CacheControl.Public);
Assert.NotNull(response.Headers.CacheControl.MaxAge);
}
}
}

0 comments on commit 76740e6

Please sign in to comment.