Skip to content

Commit

Permalink
Content update for spec
Browse files Browse the repository at this point in the history
  • Loading branch information
meghan-kradolfer committed Nov 7, 2023
1 parent 03bce8a commit 18ce880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/test_collector/test_links/formatter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
allow(http_client).to receive(:metadata).and_return(OpenStruct.new(code: '200', body: response))
formatter.dump_failures(notification)

expect(io.string.strip).to include('Test Analytics failures:')
expect(io.string.strip).to include('Test Analytics failures')
expect(io.string.strip).to include("#{suite_url}/tests/#{scope_name_digest}")
expect(io.string.strip).to include("#{scope} #{name}")
end
Expand Down

0 comments on commit 18ce880

Please sign in to comment.