From dfe07939a2509654324ff7b694371a16931acd89 Mon Sep 17 00:00:00 2001 From: Derf Null Date: Sun, 4 Jun 2023 21:16:28 +0200 Subject: update registration test for new CSRF validation --- t/02-registration.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/02-registration.t b/t/02-registration.t index cd2201a..3acf40a 100644 --- a/t/02-registration.t +++ b/t/02-registration.t @@ -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( -- cgit v1.2.3