test: update joinmarket query strings

JoinMarket changed message strings in
a2aafd254d and removed P2EPDaemonServerProtocolFactory in v0.7.1
This commit is contained in:
nixbitcoin 2020-10-18 16:37:07 +00:00
parent 59e128a994
commit f2faf708fb
No known key found for this signature in database
GPG Key ID: DD11F9AD5308B3BA
1 changed files with 2 additions and 2 deletions

View File

@ -208,14 +208,14 @@ def _():
def _():
assert_running("joinmarket")
machine.wait_until_succeeds(
log_has_string("joinmarket", "P2EPDaemonServerProtocolFactory starting on 27184")
log_has_string("joinmarket", "JMDaemonServerProtocolFactory starting on 27183")
)
@test("joinmarket-yieldgenerator")
def _():
machine.wait_until_succeeds(
log_has_string("joinmarket-yieldgenerator", "Failure to get blockheight",)
log_has_string("joinmarket-yieldgenerator", "Critical error updating blockheight.",)
)