Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofPajak committed Jul 14, 2024
1 parent 0dc9902 commit 2d2772f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public async Task GetRoleById_ShouldReturnRole()
var client = _factory.CreateClient();

//Act
var response = await client.GetAsync("/role/get/1");
var response = await client.GetAsync($"/role/get/{Guid.NewGuid()}");

//Assert
response.EnsureSuccessStatusCode();
Expand Down

0 comments on commit 2d2772f

Please sign in to comment.