Skip to content

Commit a1ac3e1

Browse files
Update tests/integration/obj/test_obj_plugin.py
Co-authored-by: Copilot <[email protected]>
1 parent fb071f6 commit a1ac3e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/obj/test_obj_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ def call_operation_side_effect(resource, action, *args, **kwargs):
571571
mock_client = MockCLI.return_value
572572
mock_client.config.plugin_get_value.side_effect = (
573573
lambda k, d=None, t=None: {
574-
"key-cleanup-enabled": False, # Clean-up disabled
574+
"key-cleanup-enabled": False, # Cleanup disabled
575575
"key-lifespan": "30d",
576576
"key-rotation-period": "10d",
577577
"key-cleanup-batch-size": 10,

0 commit comments

Comments
 (0)