Skip to content

Commit

Permalink
test: update title expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Nov 16, 2023
1 parent 6eca1ce commit 59ce994
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
it "returns a list of deployed versions" do
expect(response_body_hash[:_embedded][:deployedVersions]).to be_a(Array)
expect(response_body_hash[:_embedded][:deployedVersions].size).to eq 1
expect(response_body_hash[:_links][:self][:title]).to eq "Deployed versions for Foo version 1"
expect(response_body_hash[:_links][:self][:title]).to eq "Deployed versions for Foo version 1 in environment Test"
expect(response_body_hash[:_links][:self][:href]).to end_with(path)
end
end

0 comments on commit 59ce994

Please sign in to comment.