Skip to content

Commit 1c151c4

Browse files
committed
fix: fix tests failing due to configuration in tests being outdated
1 parent 35cb543 commit 1c151c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit/test_main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@ def test_module_can_be_executed_as_script(self) -> None:
240240
SNIPPETS:
241241
LIMIT_TO_ROLE_IDS: false
242242
ACCESS_ROLE_IDS: []
243+
IRC:
244+
BRIDGE_WEBHOOK_IDS: []
243245
'''
244246
mock_read_text.return_value = mock_config_content
245247

0 commit comments

Comments
 (0)