Skip to content

Commit

Permalink
Update cmd/remote-storage/app/server_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Yuri Shkuro <[email protected]>
Signed-off-by: Saransh Shankar <[email protected]>
  • Loading branch information
Wise-Wizard and yurishkuro authored Jul 13, 2024
1 parent 7109231 commit 8c9486a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/remote-storage/app/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func TestNewServer_CreateStorageErrors(t *testing.T) {
factory.On("CreateDependencyReader").Return(nil, nil)
telset := telemetery.Setting{
Logger: zap.NewNop(),
ReportStatus: telemetery.HCAdapter(healthcheck.New()),
ReportStatus: func(*component.StatusEvent) {},

Check failure on line 57 in cmd/remote-storage/app/server_test.go

View workflow job for this annotation

GitHub Actions / lint

undefined: component (typecheck)

Check failure on line 57 in cmd/remote-storage/app/server_test.go

View workflow job for this annotation

GitHub Actions / unit-tests

undefined: component
}
f := func() (*Server, error) {
return NewServer(
Expand Down

0 comments on commit 8c9486a

Please sign in to comment.