Teams: Fix missing context in team service (#83327)

fix missing context in team service
This commit is contained in:
Jo
2024-02-27 11:10:54 +01:00
committed by GitHub
parent 81eded16aa
commit cc3b088b6c
8 changed files with 31 additions and 31 deletions
@@ -641,7 +641,7 @@ func TestIntegrationMergeUser(t *testing.T) {
userWithUpperCase, err := usrSvc.Create(context.Background(), &dupUserEmailcmd)
require.NoError(t, err)
// this is the user we want to update to another team
err = teamSvc.AddTeamMember(userWithUpperCase.ID, testOrgID, team1.ID, false, 0)
err = teamSvc.AddTeamMember(context.Background(), userWithUpperCase.ID, testOrgID, team1.ID, false, 0)
require.NoError(t, err)
// get users