Skip to content

Commit

Permalink
commit 2
Browse files Browse the repository at this point in the history
  • Loading branch information
philasmar committed Aug 22, 2024
1 parent f2d85c1 commit f37a82c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public async Task OkResponseWithHeader_Returns200Status()
Assert.That(await response.Content.ReadAsStringAsync(), Is.EqualTo("All Good"));
}

[Retry(3)]
[Test]
public async Task OkResponseWithHeader_ReturnsValidationErrors()
{
Expand All @@ -27,6 +28,7 @@ public async Task OkResponseWithHeader_ReturnsValidationErrors()
Assert.That(errorJson["message"].ToString(), Is.EqualTo(expectedErrorMessage));
}

[Retry(3)]
[Test]
public async Task OkResponseWithCustomSerializer_Returns200Status()
{
Expand Down

0 comments on commit f37a82c

Please sign in to comment.