Skip to content

Commit 0a7f4db

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

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
@@ -393,7 +393,7 @@ def call_operation_side_effect(resource, action, *args, **kwargs):
393393
lambda k, d=None, t=None: {
394394
"key-cleanup-enabled": True,
395395
"key-lifespan": "30d",
396-
"key-rotation-period-days": "10d",
396+
"key-rotation-period": "10d",
397397
"key-cleanup-batch-size": 10,
398398
}[k]
399399
)

0 commit comments

Comments
 (0)