Fix reference string checked by destroymissing test

This commit is contained in:
Baldur Kristinsson 2023-02-10 13:27:46 +00:00 committed by DatuX
parent 00b230792a
commit a078be3e9e

View File

@ -117,7 +117,7 @@ class TestZfsNode(unittest2.TestCase):
print(buf.getvalue())
#on second run it sees the dangling ex-parent but doesnt know what to do with it (since it has no own snapshot)
self.assertIn("test_source1: Destroy missing: has no snapshots made by us.", buf.getvalue())
self.assertIn("test_source1: Destroy missing: has no snapshots made by us", buf.getvalue())