AddHumanUser tests

This commit is contained in:
Tim Möhlmann
2023-04-28 14:39:53 +03:00
parent 11ab645bb7
commit 4b7f5ae186
8 changed files with 463 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ var (
func TestMain(m *testing.M) {
os.Exit(func() int {
ctx, cancel := context.WithTimeout(context.Background(), time.Minute)
ctx, _, cancel := integration.Contexts(time.Minute)
defer cancel()
Tester = integration.NewTester(ctx)
defer Tester.Done()