github web editor hates ending newlines

This commit is contained in:
nicholasmhughes 2022-09-21 14:23:53 -04:00
parent 18dcaa5cef
commit 59be16e24b
No known key found for this signature in database
GPG key ID: CB87254A2EA67E01

View file

@ -324,4 +324,4 @@ def test_matchers_loaded_only_once(minion_id):
# The compound matcher should not get minion_id, no opts should be passed
mock_compound_match.assert_called_with(
target, minion_id=None, opts={"extension_modules": "", "id": minion_id}
)
)