From 6660069f45adc7a39a0f6433983c93a8ef70aaac Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 15 May 2022 01:10:46 +0200 Subject: [PATCH] add docs --- InvenTree/plugin/samples/integration/test_scheduled_task.py | 1 + 1 file changed, 1 insertion(+) diff --git a/InvenTree/plugin/samples/integration/test_scheduled_task.py b/InvenTree/plugin/samples/integration/test_scheduled_task.py index 9573d2fef5..ef9fa04c5a 100644 --- a/InvenTree/plugin/samples/integration/test_scheduled_task.py +++ b/InvenTree/plugin/samples/integration/test_scheduled_task.py @@ -45,6 +45,7 @@ class ExampleScheduledTaskPluginTests(TestCase): def test_calling(self): """check if a function can be called without errors""" + # Check with right parameters self.assertEqual(call_function('schedule', 'member_func'), False) # Check with wrong key