diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-12-04 18:01:54 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-12-04 18:05:01 +0000 |
commit | b71fb57e6460bb5c65e5ebc01a65a3cd56dcd477 (patch) | |
tree | 7b736cf57caea669d0536fb943096c635cb496f6 | |
parent | be3c0f5917fe1de5d87442f9341b033e3007c344 (diff) |
[Oxfordshire] Fix test warning.
-rw-r--r-- | t/cobrand/oxfordshire.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/cobrand/oxfordshire.t b/t/cobrand/oxfordshire.t index cec8f53b3..2625aa0d5 100644 --- a/t/cobrand/oxfordshire.t +++ b/t/cobrand/oxfordshire.t @@ -195,6 +195,7 @@ subtest 'can use customer reference to search for reports' => sub { $problem->set_extra_metadata( customer_reference => 'ENQ12456' ); $problem->update; + $mech->log_out_ok; $mech->get_ok('/around?pc=ENQ12456'); is $mech->uri->path, '/report/' . $problem->id, 'redirects to report'; }; |