Fix PEP 8 error in DCIM tests
This commit is contained in:
parent
66a16dd06b
commit
5181c97281
|
|
@ -64,7 +64,7 @@ class RackTestCase(TestCase):
|
|||
rack=rack1,
|
||||
position=10,
|
||||
face=RACK_FACE_REAR,
|
||||
)
|
||||
)
|
||||
device1.save()
|
||||
|
||||
# Validate rack height
|
||||
|
|
|
|||
Loading…
Reference in New Issue