1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

router: fix a test in the url builder because a field changed name

This commit is contained in:
Quentin Gliech
2023-10-05 18:00:03 +02:00
parent dd646fc24a
commit 36f28f82c2

View File

@ -44,7 +44,7 @@ mod tests {
assert_eq!(Index.relative_url(), Cow::Borrowed("/"));
assert_eq!(
Login::and_continue_grant(Ulid::nil()).relative_url(),
Cow::Borrowed("/login?next=continue_authorization_grant&id=00000000000000000000000000")
Cow::Borrowed("/login?kind=continue_authorization_grant&id=00000000000000000000000000")
);
}