Skip to content

Commit

Permalink
Fix authz test
Browse files Browse the repository at this point in the history
  • Loading branch information
zephraph committed Dec 14, 2023
1 parent 81a7475 commit ce0366a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/tests/integration_tests/endpoints.rs
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@ lazy_static! {
VerifyEndpoint {
url: "/v1/utilization",
visibility: Visibility::Public,
unprivileged_access: UnprivilegedAccess::None,
unprivileged_access: UnprivilegedAccess::ReadOnly,
allowed_methods: vec![
AllowedMethod::Get
]
Expand Down

0 comments on commit ce0366a

Please sign in to comment.