2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-17 18:26:32 +00:00

PEP fixes

This commit is contained in:
Matthias
2021-11-21 20:23:43 +01:00
parent bafbebb634
commit 03e5279ec0
3 changed files with 2 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ class PluginDetailAPITest(InvenTreeAPITestCase):
fixtures = fixtures[0:1]
# deactivate plugin
self.post(url, {
'action': 'plugin_deactivate',
'action': 'plugin_deactivate',
'index': 0,
'_selected_action': [f.pk for f in fixtures],
}, expected_code=200)