Fix ingress rubocop failure
This commit is contained in:
parent
389c9bfc51
commit
1876025918
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ FactoryGirl.define do
|
|||
cluster factory: %i(cluster provided_by_gcp)
|
||||
|
||||
trait :not_installable do
|
||||
status -2
|
||||
status(-2)
|
||||
end
|
||||
|
||||
trait :installable do
|
||||
|
|
Loading…
Reference in a new issue