Skip to content

Commit b056bf6

Browse files
committed
fix: add missed dependency of agent
1 parent 7b3ffc7 commit b056bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/tests/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ async def initialize_message_buffer_program(self, funding_keypair, sync_key_path
414414
await provider.send(tx, [parsed_funding_keypair])
415415

416416
@pytest.fixture
417-
def agent_config(self, agent_keystore_path, tmp_path):
417+
def agent_config(self, agent_keystore_path, agent_publish_keypair, tmp_path):
418418
with open("agent_conf.toml") as config_file:
419419
agent_config = config_file.read()
420420

0 commit comments

Comments
 (0)