21:57:59.987 WARNING nautobot.core.utils.deprecation template_content.py <module>() : Class PluginTemplateExtension is deprecated, and will be removed in a future Nautobot release. Instead of deriving JobResultSyncLink from PluginTemplateExtension, please migrate your code to inherit from class TemplateExtension instead.
Environment
Expected Behavior
Expect no warning.
Observed Behavior
Received warning when running tests:
21:57:59.987 WARNING nautobot.core.utils.deprecation template_content.py <module>() : Class PluginTemplateExtension is deprecated, and will be removed in a future Nautobot release. Instead of deriving JobResultSyncLink from PluginTemplateExtension, please migrate your code to inherit from class TemplateExtension instead.
Steps to Reproduce