mirror of
https://github.com/zitadel/zitadel.git
synced 2025-11-13 06:55:30 +00:00
AddHumanUser tests
This commit is contained in:
@@ -3,13 +3,12 @@
|
||||
package integration
|
||||
|
||||
import (
|
||||
"context"
|
||||
"testing"
|
||||
"time"
|
||||
)
|
||||
|
||||
func TestNewTester(t *testing.T) {
|
||||
ctx, cancel := context.WithTimeout(context.Background(), time.Minute)
|
||||
ctx, _, cancel := Contexts(time.Hour)
|
||||
defer cancel()
|
||||
|
||||
s := NewTester(ctx)
|
||||
|
||||
Reference in New Issue
Block a user