Skip to content

Commit

Permalink
fix(tests): missed metrics plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
  • Loading branch information
rustatian committed Jul 8, 2024
1 parent 28f0d02 commit 9f0093d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/grpc_plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,7 @@ func TestGrpcRqRsTLSRootCA(t *testing.T) {
&rpcPlugin.Plugin{},
&logger.Plugin{},
&server.Plugin{},
&metrics.Plugin{},
)
assert.NoError(t, err)

Expand Down

0 comments on commit 9f0093d

Please sign in to comment.