Skip to content

Commit 20ab1cd

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/obj/test_obj_plugin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,9 +451,9 @@ def call_operation_side_effect(resource, action, *args, **kwargs):
451451
mock_client = MockCLI.return_value
452452
mock_client.config.plugin_get_value.side_effect = (
453453
lambda k, d=None, t=None: {
454-
"perform-key-cleanup": True,
454+
"key-cleanup-enabled": True,
455455
"key-lifespan": "90d",
456-
"key-rotation-period-days": "30d",
456+
"key-rotation-period": "30d",
457457
"key-cleanup-batch-size": 10,
458458
}[k]
459459
)

0 commit comments

Comments
 (0)