diff --git a/cmd/livepeer/starter/starter_test.go b/cmd/livepeer/starter/starter_test.go index 98ad05a0a9..b0c85e813f 100644 --- a/cmd/livepeer/starter/starter_test.go +++ b/cmd/livepeer/starter/starter_test.go @@ -168,7 +168,6 @@ func TestParse_ParseEthKeystorePathFileNotFound(t *testing.T) { keystoreInfo, err := parseEthKeystorePath(filepath.Join(tempDir, "missing_keyfile")) assert.Empty(keystoreInfo.path) assert.Empty(keystoreInfo.address) - //assert.True(err.Error() == "error opening keystore") assert.True(err.Error() == "provided -ethKeystorePath was not found") //Test missing key file directory