Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque authored May 3, 2021
1 parent 79a01da commit 31ba04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/publish_pact_all_in_one_approval_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
let(:fixture) do
{
request: { path: path, headers: rack_env_to_http_headers(rack_headers), body: request_body_hash },
response: { status: subject.status, headers: determinate_headers(headers), body: JSON.parse(subject.body)}
response: { status: subject.status, headers: determinate_headers(subject.headers), body: JSON.parse(subject.body)}
}
end

Expand Down

0 comments on commit 31ba04a

Please sign in to comment.