Skip to content

Commit

Permalink
Fix CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
𝐢𝐁𝐮𝐠 ♦ committed Oct 7, 2018
1 parent d8e8bba commit a657274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_chatcommands.py
Expand Up @@ -149,7 +149,7 @@ def wrap_watch(pattern, force=False):
return chatcommands.watch(pattern, alias_used=cmd, original_msg=msg)

# Prevent from attempting to check privileges with Metasmoke
monkeypatch.setattr("GlobalVars.code_privileged_users", [1, 161943])
monkeypatch.setattr(GlobalVars, "code_privileged_users", [1, 161943])

try:
# Invalid regex
Expand Down

0 comments on commit a657274

Please sign in to comment.