Skip to content

Commit a396f20

Browse files
committed
Fix registration test in mas-handlers
1 parent 2558a52 commit a396f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/handlers/src/views/register.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ mod tests {
507507
let request = Request::post(&*mas_router::Register::default().path_and_query()).form(
508508
serde_json::json!({
509509
"csrf": csrf_token,
510-
"username": "a",
510+
"username": "",
511511
"email": "[email protected]",
512512
"password": "hunter2",
513513
"password_confirm": "hunter2",

0 commit comments

Comments
 (0)