fix user handler test

This commit is contained in:
pascal
2026-04-17 14:59:19 +02:00
parent d139a4fc42
commit a572d8819f

View File

@@ -699,7 +699,7 @@ func TestCurrentUser(t *testing.T) {
rr := httptest.NewRecorder()
userAuth := &auth.UserAuth{
UserId: existingUserID,
UserId: tc.requestAuth.UserId,
AccountId: existingAccountID,
}
userHandler.getCurrentUser(rr, req, userAuth)