Skip to content

Commit

Permalink
fixup! Add a function to retrieve information about the product repos…
Browse files Browse the repository at this point in the history
…itory from Plesk-related inf3 files
  • Loading branch information
Mikhail Sandakov committed Aug 30, 2024
1 parent ab4f02b commit c1036f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pleskdistup/common/tests/plesktests.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def test_only_plesk_without_release_key(self):
self.assertEqual([], plesk.extract_plesk_versions(data))


class TestGetRepositoryByOSFromInf3(unittest.TestCase):
class TestGetRepositoryByOsFromInf3(unittest.TestCase):
DEFAULT_TEST_DATA = """
<addon id="php73" name="PHP v 7.3">
<release id="PHP_7_3" name="PHP v 7.3" version="7.3.33">
Expand Down

0 comments on commit c1036f4

Please sign in to comment.