From 9053bbe3f8b8fd5fe8de3b346e90b9eedc24dab7 Mon Sep 17 00:00:00 2001 From: Tommy <46983364+TommyFang2077@users.noreply.github.com> Date: Sat, 15 Aug 2026 22:19:36 +0800 Subject: [PATCH] Fix CI: only require dsh-plugin in the README. THIRD_PARTY.md is license notices and does not mention GitHub topics. Co-authored-by: Cursor --- tests/test_plugins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()