Skip to content

Commit 9f64ccb

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

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
@@ -391,7 +391,7 @@ def call_operation_side_effect(resource, action, *args, **kwargs):
391391
mock_client = MockCLI.return_value
392392
mock_client.config.plugin_get_value.side_effect = (
393393
lambda k, d=None, t=None: {
394-
"perform-key-cleanup": True,
394+
"key-cleanup-enabled": True,
395395
"key-lifespan": "30d",
396396
"key-rotation-period-days": "10d",
397397
"key-cleanup-batch-size": 10,

0 commit comments

Comments
 (0)