Skip to content

Commit 01f4a8a

Browse files
committed
remove line
Signed-off-by: Darya Melentsova <[email protected]>
1 parent 4c4af58 commit 01f4a8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

prometheus/graphite/bridge_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,6 @@ func TestErrorHandler(t *testing.T) {
490490

491491
// There are obviously no hosts like "graphite.example.com" available during the tests.
492492
expError := fmt.Errorf("dial tcp: lookup graphite.example.org: no such host")
493-
494493
if internalError.Error() != expError.Error() {
495494
t.Fatalf("Expected: '%s', actual: '%s'", expError, internalError)
496495
}

0 commit comments

Comments
 (0)