1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-28 11:02:02 +03:00

Use unstable prefixes for scope names (#337)

This commit is contained in:
Hugh Nimmo-Smith
2022-08-05 18:58:22 +01:00
committed by GitHub
parent 2568720106
commit 3215e86eaa
7 changed files with 19 additions and 17 deletions

View File

@ -206,6 +206,6 @@ mod tests {
);
assert!(Scope::from_str("http://example.com").is_ok());
assert!(Scope::from_str("urn:matrix:*").is_ok());
assert!(Scope::from_str("urn:matrix:org.matrix.msc2967.client:*").is_ok());
}
}