Skip to content

Commit 15d3867

Browse files
committed
(MAINT) Update tests to match expected values
1 parent cc5bf80 commit 15d3867

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/support/unit/shared/server.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
.with(
2222
dport: with[:http_port],
2323
proto: 'tcp',
24-
action: 'accept',
24+
jump: 'accept',
2525
)
2626
}
2727

@@ -31,7 +31,7 @@
3131
.with(
3232
dport: with[:ssl_port],
3333
proto: 'tcp',
34-
action: 'accept',
34+
jump: 'accept',
3535
)
3636
}
3737
end

0 commit comments

Comments
 (0)