test 4 milestones

This commit is contained in:
Elio Bischof
2023-07-04 13:32:49 +02:00
parent 1d64cc6129
commit 4cc9126435
8 changed files with 231 additions and 128 deletions

View File

@@ -36,7 +36,7 @@ func TestMain(m *testing.M) {
defer Tester.Done()
Client = Tester.Client.SessionV2
CTX, _ = Tester.WithSystemAuthorization(ctx, integration.OrgOwner), errCtx
CTX, _ = Tester.WithAuthorization(ctx, integration.OrgOwner), errCtx
User = Tester.CreateHumanUser(CTX)
Tester.RegisterUserPasskey(CTX, User.GetUserId())
return m.Run()