Skip to content

Commit

Permalink
test: fix linter error in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
b1tamara committed Apr 9, 2024
1 parent 6acb0ac commit a3950b7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
context 'when ha_proxy.accept_proxy is true' do
let(:properties) do
{
'enable_health_check_http' => true,
'accept_proxy' => true
'enable_health_check_http' => true,
'accept_proxy' => true
}
end

Expand Down

0 comments on commit a3950b7

Please sign in to comment.