Skip to content

Commit

Permalink
Add debug print to investigate why tests are failing
Browse files Browse the repository at this point in the history
  • Loading branch information
30350n committed Sep 19, 2023
1 parent 2e0be5a commit 8b461c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions InvenTree/plugin/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def test_admin_action(self):
url = reverse('admin:plugin_pluginconfig_changelist')

test_plg = self.plugin_confs.first()
print("AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", self.plugin_confs.first())
# deactivate plugin
response = self.client.post(url, {
'action': 'plugin_deactivate',
Expand Down

0 comments on commit 8b461c4

Please sign in to comment.