Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api-listen: Fix gossip snapshot assertions
- Use assert_called_with instead of assert called_with to avoid the AttributeError thrown by Python 3.12. - Use different names for the snapshot files tested on the test_gossip and test_gossip_with_dest test cases in case the two tests run simultaneously. In this case, the listener would save the two files and add a -2 suffix to the second one, which would cause the command assertion to fail.
- Loading branch information