There was an error while loading. Please reload this page.
1 parent a371212 commit 1d18a65Copy full SHA for 1d18a65
1 file changed
pkg/store/store_test.go
@@ -18,6 +18,7 @@ func TestNewLocalStore(t *testing.T) {
18
projects: make(schemas.Projects),
19
environments: make(schemas.Environments),
20
refs: make(schemas.Refs),
21
+ runners: make(schemas.Runners),
22
metrics: make(schemas.Metrics),
23
pipelines: make(schemas.Pipelines),
24
pipelineVariables: make(map[schemas.PipelineKey]string),
0 commit comments