Fix patch tests to not use deprecated names.
Review Request #14578 — Created Aug. 28, 2025 and updated — Latest diff uploaded
This fixes up the patch tests to use
full_name
instead of the
deprecatedfullname
attribute for authors. This also updates one test
that passes in an invalid value forprefix_level
to properly suppress
the expected deprecation warning.
Ran unit tests.