diff options
| author | mo khan <mo@mokhan.ca> | 2025-06-25 14:20:33 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-06-25 14:20:33 -0600 |
| commit | d099e77eaa8e51eef14cd775234bfd4b12098a4c (patch) | |
| tree | 5e85093c5730908ddc30a4ea003feac71346a111 /tests/authorization/mod.rs | |
| parent | 654b31287617c56f8e148faabc63916e316f56c6 (diff) | |
test: move cedar_authorizer tests to integration test suite
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 new file mode 100644 index 00000000..a8aab73a --- /dev/null +++ b/tests/authorization/mod.rs @@ -0,0 +1 @@ +mod cedar_authorizer_test; |
