Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhar1i committed Oct 15, 2024
1 parent 6b56d07 commit aad1986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion endpoint/endpoint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ var _ = Describe("Endpoint", func() {
Responses: responses,
}, nil)

regout.On("CreateOrUpdateMetrics", mock.Anything).
regout.On("CreateOrUpdateMetrics", mock.Anything, mock.Anything).
Return(regCreateOrUpdateStreamingClientMock, nil)
inputMetrics := []*data_receiver.Metric{
{
Expand Down

0 comments on commit aad1986

Please sign in to comment.