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 8732f3f commit 2524ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/jobs/scalingengine/scalingengine_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
context "scalingengine" do
it "does not set username nor password if not configured" do

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

Expand Down

0 comments on commit 2524ecb

Please sign in to comment.