diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2022-06-25 22:17:59 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2022-06-25 22:17:59 +0200 |
commit | 92bc3e9a534f2960d584b5e6698c7122a9ee2f87 (patch) | |
tree | 09b9295232a6f9c021fe72063cb19cc3c3d63aea /test/sync.test | |
parent | 5e63d0a516de660ed215b0f8ebe8d3e5d697f19e (diff) |
Test: guard attach code match
Diffstat (limited to 'test/sync.test')
-rw-r--r-- | test/sync.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/sync.test b/test/sync.test index eb0c446..06d1a92 100644 --- a/test/sync.test +++ b/test/sync.test @@ -20,9 +20,9 @@ test: /peer 1 id Device1 Owner/ send "attach-to 1" to p2 - expect /attach-request 1 .*/ from p1 - expect /attach-response 1 .*/ from p2 - # TODO: check code match + expect /attach-request 1 ([0-9]*)/ from p1 capture code1 + expect /attach-response 1 ([0-9]*)/ from p2 capture code2 + guard code1 == code2 send "attach-accept 1" to p1 send "attach-accept 1" to p2 |