update registration test for new CSRF validation

This commit is contained in:
Derf Null 2023-06-04 21:16:28 +02:00
parent b99620a283
commit dfe07939a2
No known key found for this signature in database
GPG key ID: 19E6E524EBB177BA

View file

@ -62,7 +62,7 @@ $t->post_ok(
password2 => 'foofoofoo', password2 => 'foofoofoo',
} }
); );
$t->status_is(200)->content_like(qr{CSRF}); $t->status_is(400)->content_like(qr{CSRF});
# Failed registration (user name not available) # Failed registration (user name not available)
$t->post_ok( $t->post_ok(