Skip to content

Commit

Permalink
Use logger.Plugin instead of logger.ZapLogger
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <[email protected]>
  • Loading branch information
rustatian committed Feb 2, 2022
1 parent c953f43 commit 00d634a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func NewTestServerWithMetrics(t *testing.T, stopCh chan struct{}, wg *sync.WaitG
err = container.RegisterAll(
&roadrunnerTemporal.Plugin{},
initConfigProtoWithMetrics(),
&logger.ZapLogger{},
&logger.Plugin{},
&resetter.Plugin{},
&informer.Plugin{},
&server.Plugin{},
Expand Down Expand Up @@ -143,7 +143,7 @@ func NewTestServer(t *testing.T, stopCh chan struct{}, wg *sync.WaitGroup) *Test
err = container.RegisterAll(
cfg,
&roadrunnerTemporal.Plugin{},
&logger.ZapLogger{},
&logger.Plugin{},
&resetter.Plugin{},
&informer.Plugin{},
&server.Plugin{},
Expand Down

0 comments on commit 00d634a

Please sign in to comment.