diff --git a/tests/test_plugins.py b/tests/test_plugins.py index 4415651..16a2cef 100644 --- a/tests/test_plugins.py +++ b/tests/test_plugins.py @@ -48,7 +48,7 @@ class BundledAttributionTests(unittest.TestCase): self.assertIn("3.16.6", text) self.assertIn("ffb845c5480adc953392a6db6f8a98ede621174b", text) self.assertIn("dsh-desktop-vision", text) - self.assertIn("dsh-plugin", text) + self.assertIn("dsh-plugin", readme) self.assertTrue((ROOT / "docs" / "licenses" / "modlens.LICENSE").is_file()) self.assertTrue( (ROOT / "docs" / "licenses" / "dsh-anchored-standard.NOTICE").is_file()