Skip to content

Commit

Permalink
pushing up fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
JackLewis-digirati committed Jul 11, 2023
1 parent d19126e commit e18c09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RequestLogger.Tests/Unit/ProgramTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public async Task Program_MakingCall_ReturnsCustomerSuccessfully()
var client = _sut.CreateClient();

// Act
var response = await client.GetAsync("/stuff/customer/3425234");
var response = await client.GetAsync("/stuff/customers/3425234");

var responseContent = await response.Content.ReadAsStringAsync();
var parsedContent = JsonSerializer.Deserialize<Request>(responseContent);
Expand Down

0 comments on commit e18c09e

Please sign in to comment.