Skip to content

Commit

Permalink
Fix scope permission
Browse files Browse the repository at this point in the history
  • Loading branch information
augustuswm committed Mar 27, 2024
1 parent 4dea9f5 commit d5ada2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v-api/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1719,7 +1719,7 @@ mod tests {
&ctx,
user_id,
vec![
"group:w".to_string(),
"group:info:w".to_string(),
"mapper:r".to_string(),
"user:info:r".to_string(),
],
Expand Down

0 comments on commit d5ada2d

Please sign in to comment.