Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-bstein committed Sep 13, 2024
1 parent eb8466d commit a2eebfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public async Task GameController_Create_ReturnsGame()

// act
var responseGame = await _testContext
.CreateHttpClientWithAuthRole(UserRoleKey.Tester)
.CreateHttpClientWithAuthRole(UserRoleKey.Director)
.PostAsync("/api/game", game.ToJsonBody())
.DeserializeResponseAs<Data.Game>();

Expand Down

0 comments on commit a2eebfe

Please sign in to comment.