Fix testReachability

This commit is contained in:
James Munnelly 2018-03-23 14:51:47 +00:00
parent dd950c8b65
commit 8eaf63cf29

View File

@ -135,5 +135,5 @@ func testReachability(ctx context.Context, domain, path, key string) (bool, erro
return false, nil
}
return false, nil
return true, nil
}