nautobot / nautobot-app-ssot

Single Source of Truth for Nautobot
https://docs.nautobot.com/projects/ssot/en/latest/
Other
38 stars 41 forks source link

PluginTemplateExtension Deprecated #598

Open jdrew82 opened 1 week ago

jdrew82 commented 1 week ago

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

  1. Run tests for SSoT and review logs.