Remove another timeout catcher

This commit is contained in:
Roland Shoemaker 2015-07-08 22:24:50 +01:00
parent e50ad76edd
commit d403a4224b
1 changed files with 1 additions and 3 deletions

View File

@ -400,9 +400,7 @@ func TestValidateHTTP(t *testing.T) {
}
va.validate(authz, 0)
if mockRA.lastAuthz.Challenges[0].Error == nil || (mockRA.lastAuthz.Challenges[0].Error != nil && !strings.HasSuffix(mockRA.lastAuthz.Challenges[0].Error.Detail, "DNS query timed out")) {
test.AssertEquals(t, core.StatusValid, mockRA.lastAuthz.Challenges[0].Status)
}
test.AssertEquals(t, core.StatusValid, mockRA.lastAuthz.Challenges[0].Status)
}
func TestValidateDvsni(t *testing.T) {