Chore: Wrap provisioning in dskit service (#71598)

This commit is contained in:
Todd Treece
2023-07-18 15:37:25 -04:00
committed by GitHub
parent d3ab1c1c1e
commit d280fedb3f
7 changed files with 56 additions and 38 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import (
func testServer(t *testing.T, m *modules.MockModuleEngine) *Server {
t.Helper()
s, err := newServer(Options{}, setting.NewCfg(), nil, &acimpl.Service{}, nil, m)
s, err := newServer(Options{}, setting.NewCfg(), nil, &acimpl.Service{}, m)
require.NoError(t, err)
// Required to skip configuration initialization that causes
// DI errors in this test.