summaryrefslogtreecommitdiff
path: root/tests/integration_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration_tests.rs')
-rw-r--r--tests/integration_tests.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/integration_tests.rs b/tests/integration_tests.rs
index 8bf433d1..63aaaadc 100644
--- a/tests/integration_tests.rs
+++ b/tests/integration_tests.rs
@@ -8,9 +8,7 @@ mod authorization;
mod common;
fn authorizer() -> Arc<dyn authzd::Authorizer + Send + Sync> {
- Arc::new(CedarAuthorizer::new_from(
- "/home/mokhax/src/gitlab.com/gitlab-org/software-supply-chain-security/authorization/authzd/etc/authzd",
- ))
+ Arc::new(factory_bot::build_cedar_authorizer())
}
#[tokio::test]