Skip to content

Commit

Permalink
Rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
m-czernek committed Apr 18, 2024
1 parent a63e2a3 commit 7bb6f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pytests/unit/modules/test_transactional_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ def test_call_success_explicit_reboot():
reboot_mock.assert_called_once()


def test_call_success_explicit_reboot_test():
def test_call_fail_explicit_reboot_test():
"""Test transactional_update.call does NOT execute reboot when user specifies 'reboot' in sls in test mode"""
return_json = {
"local": {
Expand Down

0 comments on commit 7bb6f29

Please sign in to comment.