@ -43,7 +43,6 @@ $t->post_ok( '/register/open', form => {
# Check that we have an alert about the account that has just been created,
$t->get_ok( '/admin/domains' )
->dump_stash
->code_block( sub {
is(ref(shift->stash->{domains}), 'ARRAY', 'Have an empty ref for domains');
});