diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-05 11:29:37 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-05 11:29:37 -0600 |
| commit | fc4bbd8efd805411239406c6323a37537d4534f2 (patch) | |
| tree | c40010635a00efdad4d9d8f5be1e56c83f9ec03d /tests/authorization/check_service_test.rs | |
| parent | a45c159dac5893c7214e18a59c8a6d5115472e44 (diff) | |
fix: fix typo in cedar policy file
Diffstat (limited to 'tests/authorization/check_service_test.rs')
| -rw-r--r-- | tests/authorization/check_service_test.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/authorization/check_service_test.rs b/tests/authorization/check_service_test.rs index 5ea0cb95..a32f2a2c 100644 --- a/tests/authorization/check_service_test.rs +++ b/tests/authorization/check_service_test.rs @@ -224,13 +224,13 @@ mod tests { "GET", "/dashboard", "sparkle.staging.runway.gitlab.net", - tonic::Code::PermissionDenied, + tonic::Code::Unauthenticated, ), ( "POST", "/sparkles", "sparkle.staging.runway.gitlab.net", - tonic::Code::PermissionDenied, + tonic::Code::Unauthenticated, ), ]; |
