Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnenauha committed Dec 18, 2020
1 parent 46d669e commit 7277127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion varnish_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ func Test_PrometheusExport(t *testing.T) {

// Validate presence of a single metric, which is present across all versions
if !includesVarnishBackendHappy {
t.Error(" Missing metric varnish_backend_happy")
t.Error("Missing metric varnish_backend_happy")
}

t.Logf(" %d metrics", metricCount)
Expand Down

0 comments on commit 7277127

Please sign in to comment.