mirror of
https://github.com/grafana/grafana.git
synced 2024-11-24 09:50:29 -06:00
flapflapflapflap - "organization not found" is really annoying (#60628)
flapflapflapflap
This commit is contained in:
parent
a1ef3d77f2
commit
542cccaecc
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user