Merge "Fix count_record policy to use the right deprecation variable"

This commit is contained in:
Zuul 2021-09-17 02:10:22 +00:00 committed by Gerrit Code Review
commit 8cc817fedc
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ rules = [
name="count_records",
check_str=base.SYSTEM_OR_PROJECT_READER,
scope_types=['system', 'project'],
deprecated_rule=deprecated_find_records
deprecated_rule=deprecated_count_records
)
]