diff --git a/src/test/integration/users/AVS.t.sol b/src/test/integration/users/AVS.t.sol index 73a89ee422..067ec2762c 100644 --- a/src/test/integration/users/AVS.t.sol +++ b/src/test/integration/users/AVS.t.sol @@ -39,6 +39,7 @@ contract AVS is Logger, IAllocationManagerTypes, IAVSRegistrar { ) { IAVSDeployer deployer = IAVSDeployer(msg.sender); allocationManager = deployer.allocationManager(); + permissionController = deployer.permissionController(); strategyFactory = deployer.strategyFactory(); timeMachine = deployer.timeMachine(); _NAME = name;