Implement optimistic resource quota utilization computation #202
Annotations
10 errors
Rubocop:
test/models/concerns/host_managed_extension_test.rb#L22
Minitest/AssertWithExpectedArgument: Did you mean to use `assert_equal(host.resource_quota_host.resource_quota_id, quota.id)`?
|
Rubocop:
test/models/concerns/host_managed_extension_test.rb#L23
Minitest/AssertWithExpectedArgument: Did you mean to use `assert_equal(host.resource_quota_id, quota.id)`?
|
Rubocop:
test/models/concerns/host_managed_extension_test.rb#L31
Minitest/AssertWithExpectedArgument: Did you mean to use `assert_equal(host.resource_quota_host.resource_quota_id, quota.id)`?
|
Rubocop:
test/models/concerns/host_managed_extension_test.rb#L32
Minitest/AssertWithExpectedArgument: Did you mean to use `assert_equal(host.resource_quota_id, quota.id)`?
|
Rubocop:
test/models/concerns/host_managed_extension_test.rb#L44
Minitest/AssertWithExpectedArgument: Did you mean to use `assert_equal(host.resource_quota_host.resource_quota_id, quota.id)`?
|
Rubocop:
test/models/concerns/host_managed_extension_test.rb#L45
Minitest/AssertWithExpectedArgument: Did you mean to use `assert_equal(host.resource_quota_id, quota.id)`?
|
Rubocop:
test/models/concerns/host_managed_extension_test.rb#L57
Minitest/AssertWithExpectedArgument: Did you mean to use `assert_equal(host.resource_quota_host.resource_quota_id, quota.id)`?
|
Rubocop:
test/models/concerns/host_managed_extension_test.rb#L58
Minitest/AssertWithExpectedArgument: Did you mean to use `assert_equal(host.resource_quota_id, quota.id)`?
|
Rubocop:
test/models/concerns/host_managed_extension_test.rb#L59
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
|
Rubocop
Process completed with exit code 1.
|
Loading