Skip to content

Commit

Permalink
Fix interactive mode log assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
kmazurek committed Jul 7, 2021
1 parent 7092ec9 commit d36a149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goth/interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async def start_network(

# Some test steps may be included in the interactive test as well
for provider in providers:
await provider.wait_for_offer_subscribed(timeout=10)
await provider.provider_agent.wait_for_log("Subscribed offer")

print("\n\033[33;1mNow run your requestor agent as follows:\n")
env = {"PATH": "$PATH"}
Expand Down

0 comments on commit d36a149

Please sign in to comment.