flapflapflapflap - "organization not found" is really annoying (#60628)

flapflapflapflap
This commit is contained in:
Kristin Laemmert 2022-12-22 15:14:09 +01:00 committed by GitHub
parent a1ef3d77f2
commit 542cccaecc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -380,6 +380,7 @@ func CreateUser(t *testing.T, store *sqlstore.SQLStore, cmd user.CreateUserComma
store.Cfg.AutoAssignOrg = true
store.Cfg.AutoAssignOrgId = 1
cmd.OrgID = 1
quotaService := quotaimpl.ProvideService(store, store.Cfg)
orgService, err := orgimpl.ProvideService(store, store.Cfg, quotaService)