diff --git a/contrib_bots/bots/define/test_define.py b/contrib_bots/bots/define/test_define.py index a526751e27..770f1fdc1d 100644 --- a/contrib_bots/bots/define/test_define.py +++ b/contrib_bots/bots/define/test_define.py @@ -45,7 +45,7 @@ class TestDefineBot(TestCase): def test_define(self): # type: None -> None # Edit bot_module to test different bots, the below code can be looped for all the bots. - bot_module = "./bots/define/define.py" + bot_module = os.path.join(our_dir, "define.py") messages = self.request_messages() bot_response = self.bot_response_messages() test_case = BotTestCase()