mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-24 00:15:17 -06:00
Remove test_methods attr from Report class
This commit is contained in:
parent
1212c82bd4
commit
0f5ee38f3c
@ -85,9 +85,9 @@ class Report(object):
|
|||||||
description = None
|
description = None
|
||||||
scheduling_enabled = True
|
scheduling_enabled = True
|
||||||
job_timeout = None
|
job_timeout = None
|
||||||
test_methods = []
|
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|
||||||
self._results = {}
|
self._results = {}
|
||||||
self.active_test = None
|
self.active_test = None
|
||||||
self.failed = False
|
self.failed = False
|
||||||
|
Loading…
Reference in New Issue
Block a user