Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Jan 16, 2025
1 parent 44d7fc5 commit d9421fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/komainu/tests/code_grant.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ async fn too_many_scopes() {
.scheme("http")
.authority("komainu.example")
.path_and_query(
"/oauth/authorize?response_type=meoww&client_id=client_1&scope=read%20write%20follow",
"/oauth/authorize?response_type=code&client_id=client_1&scope=read%20write%20follow",
)
.build()
.unwrap();
Expand Down

0 comments on commit d9421fd

Please sign in to comment.