Skip to content

Commit

Permalink
enable metrics on borked test, really just to see what it does
Browse files Browse the repository at this point in the history
  • Loading branch information
sighphyre committed Dec 8, 2023
1 parent de92595 commit 926d5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func TestMetrics_DisabledMetrics(t *testing.T) {

client, err := NewClient(
WithUrl(mockerServer),
WithDisableMetrics(true),
WithDisableMetrics(false),
WithMetricsInterval(100*time.Millisecond),
WithAppName(mockAppName),
WithInstanceId(mockInstanceId),
Expand Down

0 comments on commit 926d5bd

Please sign in to comment.