Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
Fix warden specs
Browse files Browse the repository at this point in the history
[#112741695]

Signed-off-by: Sandy Cash <scarlet.tanager@gmail.com>
  • Loading branch information
jberkhahn authored and ScarletTanager committed Feb 4, 2016
1 parent 34daefa commit 35ec995
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion warden/spec/container/insecure_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def start_warden
"network" => {
"pool_start_address" => start_address,
"pool_size" => 64,
"allow_networks" => ["4.2.2.3/32"],
"allow_networks" => ["4.2.2.3/32"] },
"port" => {
"pool_start_port" => 64000,
"pool_size" => 1000 },
Expand Down
2 changes: 1 addition & 1 deletion warden/spec/container/linux_nested_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"pool_start_address" => "10.244.0.0",
"pool_size" => 64,
"mtu" => mtu,
"allow_networks" => allow_networks,
"allow_networks" => allow_networks },
"port" => {
"pool_start_port" => 64000,
"pool_size" => 1000 },
Expand Down

0 comments on commit 35ec995

Please sign in to comment.