Make y/n configurable (#3178)

Co-authored-by: Reinier van der Leer <github@pwuts.nl>
This commit is contained in:
Eddie Cohen
2023-04-27 15:26:47 -04:00
committed by GitHub
parent 94dc6f19aa
commit 5ce6da95fc
7 changed files with 20 additions and 11 deletions

View File

@@ -25,6 +25,8 @@ def mock_config_denylist_allowlist_check():
plugins_denylist = ["BadPlugin"]
plugins_allowlist = ["GoodPlugin"]
authorise_key = "y"
exit_key = "n"
return MockConfig()