diff --git a/tests/brightbox/requests/compute/helper.rb b/tests/brightbox/requests/compute/helper.rb index 72be2d1a0..5dc92fa30 100644 --- a/tests/brightbox/requests/compute/helper.rb +++ b/tests/brightbox/requests/compute/helper.rb @@ -64,7 +64,8 @@ class Brightbox LB_LISTENER = { "in" => Integer, "out" => Integer, - "protocol" => String + "protocol" => String, + "timeout" => Integer } LB_HEALTHCHECK = { "type" => String,