mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 02:48:38 -06:00
Troubleshooting test failure in CI
This commit is contained in:
parent
09b0a5d1ca
commit
5df72a2b6d
@ -151,6 +151,9 @@ class ChangeLogViewTest(ModelViewTestCase):
|
|||||||
'status': SiteStatusChoices.STATUS_PLANNED,
|
'status': SiteStatusChoices.STATUS_PLANNED,
|
||||||
'description': 'New description',
|
'description': 'New description',
|
||||||
}
|
}
|
||||||
|
print("Running test_bulk_update_objects")
|
||||||
|
print([site.pk for site in Site.objects.all()])
|
||||||
|
print(form_data)
|
||||||
|
|
||||||
request = {
|
request = {
|
||||||
'path': self._get_url('bulk_edit'),
|
'path': self._get_url('bulk_edit'),
|
||||||
|
Loading…
Reference in New Issue
Block a user