Sometimes a $t->get_ok will result in a redirect to a new endpoint, which results in a pair of request/response tuples. Each of these should be validated individually, rather than just the initial request and final response (which won't match up with each other and therefore result in a validation failure).
Sometimes a $t->get_ok will result in a redirect to a new endpoint, which results in a pair of request/response tuples. Each of these should be validated individually, rather than just the initial request and final response (which won't match up with each other and therefore result in a validation failure).