Chore: Remove methods from store interface (#55765)

* Chore: Remove methods from store interface

* Fix api tests

* Remove sqlstore methods, add org store tests, add GetOrgUsers to org store interface

* Fix lint

* Remove debug logs

* Remove commented out methods
This commit is contained in:
idafurjes
2022-09-27 10:34:31 +02:00
committed by GitHub
parent 708225f69f
commit 2bfd26249b
11 changed files with 584 additions and 397 deletions
+1 -1
View File
@@ -295,7 +295,7 @@ type accessControlScenarioContext struct {
usermock *usertest.FakeUserService
// db is a test database initialized with InitTestDB
db sqlstore.Store
db *sqlstore.SQLStore
// cfg is the setting provider
cfg *setting.Cfg