diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-07-27 14:04:48 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-07-27 14:04:48 +0200 |
commit | fd4447652f90f6afa1943e1ee8d8c88b8b59cf2c (patch) | |
tree | 910b61c722ca29e9eaa74d4df894c73660191e82 | |
parent | 13ceeb44973b798bd405cbac80a590d448746805 (diff) |
r-negative-delay: add a debugging aid in case journey entry fails
-rw-r--r-- | t/r-negative-delay.t | 2 |
1 files changed, 1 insertions, 1 deletions
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) |