mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-20 16:20:18 +00:00
PEP 8 clean thanks to auto pep8
This commit is contained in:
@ -133,7 +133,7 @@ def test_reset_stats(hypervisor):
|
||||
def test_set_bandwidth(hypervisor):
|
||||
|
||||
nio = NIO_Null(hypervisor)
|
||||
assert nio.bandwidth == None # no constraint by default
|
||||
assert nio.bandwidth is None # no constraint by default
|
||||
nio.set_bandwidth(1000) # bandwidth = 1000 Kb/s
|
||||
assert nio.bandwidth == 1000
|
||||
nio.delete()
|
||||
|
Reference in New Issue
Block a user