update registration test for new CSRF validation
This commit is contained in:
parent
b99620a283
commit
dfe07939a2
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||||
|
|
Loading…
Reference in a new issue