From dfe07939a2509654324ff7b694371a16931acd89 Mon Sep 17 00:00:00 2001
From: Derf Null <derf@finalrewind.org>
Date: Sun, 4 Jun 2023 21:16:28 +0200
Subject: [PATCH] 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 cd2201ad..3acf40a5 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(
-- 
GitLab