Skip to content

Commit

Permalink
Update spec/jobs/scalingengine/scalingengine_spec.rb
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
bonzofenix and github-actions[bot] authored Jun 25, 2024
1 parent 73dd24a commit bdaa192
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/jobs/scalingengine/scalingengine_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
it "does not set username nor password if not configured" do

expect(rendered_template["health"]).to include(
{"username" => nil, "password" => nil})
{"username" => nil, "password" => nil}
)
end

it "does not include health port anymore" do
Expand Down

0 comments on commit bdaa192

Please sign in to comment.