Skip to content

Commit

Permalink
fix: builder tests
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Oct 10, 2023
1 parent 13ad90c commit 49fde22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,10 +299,10 @@
os.path.join(ROOT_DIR, "aea", "connections", "scaffold", CONNECTION_YAML),
os.path.join(FETCHAI_PREF, "connections", "gym", CONNECTION_YAML),
os.path.join(VALORY_REF, "connections", "http_client", CONNECTION_YAML),
os.path.join(FETCHAI_PREF, "connections", "http_server", CONNECTION_YAML),
os.path.join(VALORY_REF, "connections", "ledger", CONNECTION_YAML),
os.path.join(FETCHAI_PREF, "connections", "local", CONNECTION_YAML),
os.path.join(FETCHAI_PREF, "connections", "stub", CONNECTION_YAML),
os.path.join(VALORY_REF, "connections", "http_server", CONNECTION_YAML),
os.path.join(VALORY_REF, "connections", "p2p_libp2p", CONNECTION_YAML),
os.path.join(VALORY_REF, "connections", "p2p_libp2p_client", CONNECTION_YAML),
os.path.join(VALORY_REF, "connections", "p2p_libp2p_mailbox", CONNECTION_YAML),
Expand Down
2 changes: 1 addition & 1 deletion tests/test_aea_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def test_when_package_has_missing_dependency():
# "fetchai/http" protocols.
builder.add_component(
ComponentType.CONNECTION,
Path(ROOT_DIR) / "packages" / "fetchai" / "connections" / "http_server",
Path(ROOT_DIR) / "packages" / "valory" / "connections" / "http_server",
)


Expand Down

0 comments on commit 49fde22

Please sign in to comment.