Skip to content

Commit d04df20

Browse files
hhvrcCopilot
andauthored
Update API.IntegrationTests/Tests/AccountAuthenticatedTests.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent eb5c282 commit d04df20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API.IntegrationTests/Tests/AccountAuthenticatedTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public async Task ChangeUsername_Success()
7373
[Test]
7474
public async Task ChangeUsername_Taken_Returns409()
7575
{
76-
var user1 = await TestHelper.CreateAndLoginUser(WebApplicationFactory, "takenname", "takenname@test.org", "SecurePassword123#");
76+
await TestHelper.CreateAndLoginUser(WebApplicationFactory, "takenname", "takenname@test.org", "SecurePassword123#");
7777
var user2 = await TestHelper.CreateAndLoginUser(WebApplicationFactory, "wantsname", "wantsname@test.org", "SecurePassword123#");
7878
using var client = TestHelper.CreateAuthenticatedClient(WebApplicationFactory, user2.SessionToken);
7979

0 commit comments

Comments
 (0)