diff --git a/Web/t/01_endpoints/01_admin/13_domains.t b/Web/t/01_endpoints/01_admin/13_domains.t index 5e7726d..e06fce9 100644 --- a/Web/t/01_endpoints/01_admin/13_domains.t +++ b/Web/t/01_endpoints/01_admin/13_domains.t @@ -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'); });