diff --git a/tests/10apidoc/13ui-auth.pl b/tests/10apidoc/13ui-auth.pl index 40d831a79..bb08bb796 100644 --- a/tests/10apidoc/13ui-auth.pl +++ b/tests/10apidoc/13ui-auth.pl @@ -80,8 +80,8 @@ sub make_ticket_request assert_json_list $body->{flows}; # Note that this uses the unstable value. - die "org.matrix.login.sso was not listed" unless - any { $_->{stages}[0] eq "org.matrix.login.sso" } @{ $body->{flows} }; + die "m.login.sso was not listed" unless + any { $_->{stages}[0] eq "m.login.sso" } @{ $body->{flows} }; Future->done( 1 ); });