Skip to content

Commit fb26cdd

Browse files
authored
lint errrors
1 parent 58d02aa commit fb26cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/alerters/flashduty_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,4 @@ def test_flashduty_required_error():
145145
rules_loader.load_modules(rule)
146146
FlashdutyAlerter(rule)
147147
except Exception as ea:
148-
assert 'Missing required option(s): flashduty_integration_key' in str(ea)
148+
assert 'Missing required option(s): flashduty_integration_key' in str(ea)

0 commit comments

Comments
 (0)