Skip to content
Snippets Groups Projects
Unverified Commit dfe07939 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

update registration test for new CSRF validation

parent b99620a2
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ $t->post_ok(
password2 => 'foofoofoo',
}
);
$t->status_is(200)->content_like(qr{CSRF});
$t->status_is(400)->content_like(qr{CSRF});
# Failed registration (user name not available)
$t->post_ok(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment