mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Clean up tests
This commit is contained in:
@@ -23,6 +23,7 @@ class WebhookTest(APITestCase):
|
||||
def setUp(self):
|
||||
super().setUp()
|
||||
|
||||
# Ensure the queue has been cleared for each test
|
||||
self.queue = django_rq.get_queue('default')
|
||||
self.queue.empty()
|
||||
|
||||
|
Reference in New Issue
Block a user