Skip to content

Commit 30c7fcc

Browse files
committed
squash: address comments
1 parent 3a8cb79 commit 30c7fcc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tmt/utils/feeling_safe.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def assert_is_allowed(self, logger: 'Logger') -> None:
8282
#: When enabled, allows keys defining custom reboot commands the plugin
8383
#: runs on the runner.
8484
REBOOT_KEYS_UNSAFE_BEHAVIOR = UnsafeBehavior(
85-
name='prepare/connect.reboot-commands',
85+
name='provision/connect.reboot-commands',
8686
label='custom soft, systemd soft, and hard reboot commands',
8787
)
8888

@@ -93,8 +93,8 @@ def assert_is_allowed(self, logger: 'Logger') -> None:
9393
name='provision/mock', label='mock provisioning plugin', locked_since='1.58'
9494
)
9595

96-
# TODO: move to `provision/login`
97-
#: When enabled, allows usage of the :ref:`/plugins/provision/mock`
96+
# TODO: move to `provision/local`
97+
#: When enabled, allows usage of the :ref:`/plugins/provision/local`
9898
#: plugin.
9999
PROVISION_LOCAL_PLUGIN_UNSAFE_BEHAVIOR = UnsafeBehavior(
100100
name='provision/local', label="'local' provisioning plugin", locked_since="1.38"

0 commit comments

Comments
 (0)