Skip to content

Commit

Permalink
E2E Test Utils: Fix typo in getJSONResponse object (#22154)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle authored Nov 28, 2020
1 parent 8537da7 commit 57bf987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-test-utils/src/shared/get-json-response.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
export function getJSONResponse( obj ) {
return {
content: 'application/json',
contentType: 'application/json',
body: JSON.stringify( obj ),
};
}

0 comments on commit 57bf987

Please sign in to comment.