mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 10:18:29 +08:00
Chore: Remove bus from quota (#45143)
* Remove bus from quota * workaround * Change ExpectedOrg ot *models.Org
This commit is contained in:
@ -33,7 +33,7 @@ type scenarioContext struct {
|
||||
jwtAuthService *models.FakeJWTService
|
||||
remoteCacheService *remotecache.RemoteCache
|
||||
cfg *setting.Cfg
|
||||
sqlStore *sqlstore.SQLStore
|
||||
sqlStore sqlstore.Store
|
||||
contextHandler *contexthandler.ContextHandler
|
||||
|
||||
req *http.Request
|
||||
|
Reference in New Issue
Block a user