Skip to content

Commit

Permalink
Resolve broken tests 2.3.16/2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smk4664 committed Jan 13, 2025
1 parent d3920e0 commit f727be5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nautobot_data_validation_engine/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ class DataComplianceObjectView(ObjectView):
"""View for the Audit Results tab dynamically generated on specific object detail views."""

template_name = "nautobot_data_validation_engine/datacompliance_tab.html"
queryset = None

def dispatch(self, request, *args, **kwargs):
"""Set the queryset for the given object and call the inherited dispatch method."""
Expand Down

0 comments on commit f727be5

Please sign in to comment.