Unbreak extensions test

This commit is contained in:
Campbell Barton 2024-06-11 13:37:03 +10:00
parent a0cf59c186
commit 714d5515a3

@ -404,7 +404,7 @@ class TestCLI_WithRepo(unittest.TestCase):
)
self.assertEqual(
output_json, [
("STATUS", "Re-Installed \"another_package\"")
("STATUS", "Reinstalled \"another_package\"")
]
)
self.assertTrue(os.path.isdir(os.path.join(temp_dir_local, "another_package")))