Skip to content

Commit

Permalink
fix: add missed dependency of agent
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-bahjati committed Sep 16, 2024
1 parent 7b3ffc7 commit b056bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit b056bf6

Please sign in to comment.