From fd4447652f90f6afa1943e1ee8d8c88b8b59cf2c Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 27 Jul 2025 14:04:48 +0200 Subject: r-negative-delay: add a debugging aid in case journey entry fails --- t/r-negative-delay.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/r-negative-delay.t b/t/r-negative-delay.t index 45ebade..9f87510 100644 --- a/t/r-negative-delay.t +++ b/t/r-negative-delay.t @@ -92,7 +92,7 @@ $t->post_ok( rt_arrival => '2018-10-16T18:32', } ); -$t->status_is(302)->header_is( location => '/journey/1' ); +$t->status_is(302)->header_is( location => '/journey/1' )->content_is(q{}); $t->get_ok('/history/2018/10') ->status_is(200) -- cgit v1.2.3