Skip to content

Commit 6dbe662

Browse files
committed
Reset the configuration of the bugzilla bot and remove the unused import unittest.mock.patch
1 parent 2dc4073 commit 6dbe662

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[bugzilla]
2-
site = http://bugs.lemoine.tech
3-
api_key = 2BjH9yZxjhe2ZK81wT2loaOOJ3yUvgbgu4akTsXc
2+
site = https://bugs.site.net
3+
api_key = xxxx

zulip_bots/zulip_bots/bots/bugzilla/test_bugzilla.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from typing import Any, Dict
2-
from unittest.mock import patch
32
from zulip_bots.test_lib import BotTestCase, DefaultTests
43

54

0 commit comments

Comments
 (0)