diff --git a/crates/ruma-client-api/src/r0/session/get_login_types.rs b/crates/ruma-client-api/src/r0/session/get_login_types.rs index 2bb89d87..7134c8eb 100644 --- a/crates/ruma-client-api/src/r0/session/get_login_types.rs +++ b/crates/ruma-client-api/src/r0/session/get_login_types.rs @@ -306,7 +306,7 @@ mod tests { "id": "oidc-gitlab", "name": "GitLab", "icon": "mxc://localhost/gitlab-icon", - "brand": "org.matrix.gitlab" + "brand": "gitlab" }, { "id": "custom", @@ -383,7 +383,7 @@ mod tests { "id": "oidc-github", "name": "GitHub", "icon": "mxc://localhost/github-icon", - "brand": "org.matrix.github" + "brand": "github" }, ] }