Unverified Commit dfe07939 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

update registration test for new CSRF validation

parent b99620a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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(