Skip to content

Commit

Permalink
Fix linter issue with MetricInterceptorMock
Browse files Browse the repository at this point in the history
  • Loading branch information
inancgumus committed Oct 11, 2024
1 parent 5bdb2de commit 2cff454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/network_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func TestOnRequestPausedBlockedIPs(t *testing.T) {

type MetricInterceptorMock struct{}

func (m *MetricInterceptorMock) urlTagName(urlTag string) (string, bool) {
func (m *MetricInterceptorMock) urlTagName(_ string) (string, bool) {
return "", false
}

Expand Down

0 comments on commit 2cff454

Please sign in to comment.