1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-06 05:42:30 +03:00

router: fix tests

This commit is contained in:
Quentin Gliech
2022-12-08 15:11:44 +01:00
parent 56d43b0166
commit 1a9fe57d84

View File

@ -44,9 +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&data=00000000000000000000000000"
)
Cow::Borrowed("/login?next=continue_authorization_grant&id=00000000000000000000000000")
);
}