mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 08:00:45 +00:00
fix scope test
This commit is contained in:
@@ -718,7 +718,7 @@ mod tests {
|
||||
fn test_scope_action_hierarchy() {
|
||||
assert!(ScopeAction::Write.includes(&ScopeAction::Read));
|
||||
assert!(!ScopeAction::Read.includes(&ScopeAction::Write));
|
||||
assert!(!ScopeAction::Run.includes(&ScopeAction::Read));
|
||||
assert!(ScopeAction::Run.includes(&ScopeAction::Read));
|
||||
assert!(!ScopeAction::Run.includes(&ScopeAction::Write));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user