diff options
| author | mo khan <mo@mokhan.ca> | 2025-06-25 14:24:19 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-06-25 14:24:19 -0600 |
| commit | 86c9564a82f56b7c5ee60f4bff9fb07ca3e4a6eb (patch) | |
| tree | ecf9c5c3335b2f27fed2dbf3dcfded1eb2b0b68c /tests/authorization/mod.rs | |
| parent | d099e77eaa8e51eef14cd775234bfd4b12098a4c (diff) | |
test: move unit tests to integration test suite to share code
Diffstat (limited to 'tests/authorization/mod.rs')
| -rw-r--r-- | tests/authorization/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/authorization/mod.rs b/tests/authorization/mod.rs index a8aab73a..a4ece924 100644 --- a/tests/authorization/mod.rs +++ b/tests/authorization/mod.rs @@ -1 +1,2 @@ mod cedar_authorizer_test; +mod check_service_test; |
