Lint.
This commit is contained in:
parent
40f241adc2
commit
72da9e96c2
13 changed files with 28 additions and 26 deletions
|
|
@ -1924,7 +1924,9 @@ def test_attributes():
|
|||
)
|
||||
attrs = resp["attributes"]
|
||||
|
||||
NUM_CUSTOM_ATTRIBUTES = 4 # 2 specific to individual machines and 1 global, going to both machines (2 + 1*2)
|
||||
NUM_CUSTOM_ATTRIBUTES = (
|
||||
4
|
||||
) # 2 specific to individual machines and 1 global, going to both machines (2 + 1*2)
|
||||
NUM_DEFAULT_ATTRIBUTES = 4
|
||||
len(attrs).should.equal(
|
||||
NUM_CUSTOM_ATTRIBUTES + (NUM_DEFAULT_ATTRIBUTES * len(instances))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue