mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-25 10:52:44 +01:00
PEP8 fixes
This commit is contained in:
@@ -2329,7 +2329,7 @@ class VCMembershipTest(HttpStatusMixin, APITestCase):
|
||||
url = reverse('dcim-api:vcmembership-list')
|
||||
|
||||
# Try creating the first membership without is_master. This should fail.
|
||||
data ={
|
||||
data = {
|
||||
'device': self.device7.pk,
|
||||
'position': 1,
|
||||
'priority': 10,
|
||||
|
||||
Reference in New Issue
Block a user