diff --git a/integration-tests/tests/test_integration.py b/integration-tests/tests/test_integration.py index 4a11e1c..e774c05 100644 --- a/integration-tests/tests/test_integration.py +++ b/integration-tests/tests/test_integration.py @@ -414,7 +414,7 @@ async def initialize_message_buffer_program(self, funding_keypair, sync_key_path await provider.send(tx, [parsed_funding_keypair]) @pytest.fixture - def agent_config(self, agent_keystore_path, tmp_path): + def agent_config(self, agent_keystore_path, agent_publish_keypair, tmp_path): with open("agent_conf.toml") as config_file: agent_config = config_file.read()