Skip to content

Commit 7fe7885

Browse files
committed
tests: fix lint (ASCII apostrophe) in get-cluster-status unit tests
1 parent 327a441 commit 7fe7885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_action_get_cluster_status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def make_event():
3737
evt = Mock(spec=ActionEvent)
3838
evt.set_results = Mock()
3939
evt.fail = Mock()
40-
evt.params = {} # ensure .params.get() wont AttributeError
40+
evt.params = {} # ensure .params.get() won't AttributeError
4141
return evt
4242

4343

0 commit comments

Comments
 (0)