diff --git a/integration-test/tests/contracts/cw/hook.rs b/integration-test/tests/contracts/cw/hook.rs index c7d4cfb3..413c8cd2 100644 --- a/integration-test/tests/contracts/cw/hook.rs +++ b/integration-test/tests/contracts/cw/hook.rs @@ -99,7 +99,6 @@ impl Hook { .instantiate( codes.hook_merkle, &hook::merkle::InstantiateMsg { - owner: owner.address(), mailbox, }, Some(deployer.address().as_str()),