mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Switching to HTTPS (6/6)
This commit is contained in:
parent
f9a429bfd9
commit
c1feee14ec
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ class BaseCategoryMetadataTestCases:
|
|||
def test_keys(self):
|
||||
self.assertEqual(self.content["name"], self.name)
|
||||
self.assertTrue(isinstance(self.content["description"], str))
|
||||
self.assertTrue(self.content["plugins_base_url"].startswith("http"))
|
||||
self.assertTrue(self.content["plugins_base_url"].startswith("https"))
|
||||
self.assertTrue(isinstance(self.content["plugins"], dict))
|
||||
|
||||
def test_versions_order(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue