> check_generated_endpoints_cannot_be_na(c(NA, 1, NA), ".before")
Error: Endpoints generated by `.before` cannot be `NA`.
i They are `NA` at locations: 1, 3.

