Skip to content

Commit

Permalink
Handle user already existing (as it may in dev)
Browse files Browse the repository at this point in the history
  • Loading branch information
Edmund von der Burg committed Sep 10, 2013
1 parent 5357eea commit 7f575d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/cobrand/zurich.t
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ $mech->clear_emails_ok;
$mech->log_out_ok;

$user = $mech->log_in_ok( '[email protected]') ;
$user->update({ from_body => undef });
$mech->get_ok( '/admin' );
is $mech->uri->path, '/my', "got sent to /my";
$user->from_body( 3 );
Expand Down

0 comments on commit 7f575d1

Please sign in to comment.