This reverts commit 326ea86a57.
This commit is contained in:
@@ -41,7 +41,7 @@ func TestGetPluginDashboards(t *testing.T) {
|
||||
|
||||
s := SetupAPITestServer(t, func(hs *HTTPServer) {
|
||||
hs.pluginDashboardService = pluginDashboardService
|
||||
hs.QuotaService = quotatest.New(false, nil)
|
||||
hs.QuotaService = quotatest.NewQuotaServiceFake()
|
||||
})
|
||||
|
||||
t.Run("Not signed in should return 404 Not Found", func(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user