remove line

Signed-off-by: Darya Melentsova <ifireice@gmail.com>
This commit is contained in:
Darya Melentsova 2023-04-30 17:10:45 +03:00
parent 707a76763e
commit c18237f5f6
1 changed files with 0 additions and 1 deletions

View File

@ -490,7 +490,6 @@ func TestErrorHandler(t *testing.T) {
// There are obviously no hosts like "graphite.example.com" available during the tests.
expError := fmt.Errorf("dial tcp: lookup graphite.example.org: no such host")
if internalError.Error() != expError.Error() {
t.Fatalf("Expected: '%s', actual: '%s'", expError, internalError)
}