PEP fixes
This commit is contained in:
parent
e78a5dc104
commit
aed02f6f0f
|
|
@ -469,7 +469,7 @@ class PluginSettingsApiTest(InvenTreeAPITestCase):
|
||||||
"""List installed plugins via API"""
|
"""List installed plugins via API"""
|
||||||
url = reverse('api-plugin-list')
|
url = reverse('api-plugin-list')
|
||||||
|
|
||||||
response = self.get(url, expected_code=200)
|
self.get(url, expected_code=200)
|
||||||
|
|
||||||
def test_api_list(self):
|
def test_api_list(self):
|
||||||
"""Test list URL"""
|
"""Test list URL"""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue