Skip to content

Commit

Permalink
fix: SO-80 fixed example
Browse files Browse the repository at this point in the history
  • Loading branch information
karol-maciaszek authored and XVincentX committed Apr 11, 2019
1 parent d1c8974 commit b7afa9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/http/src/mocker/negotiator/NegotiatorHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const helpers = {
code,
mediaType: 'text/plain',
example: {
externalValue: '',
value: undefined,
key: 'default',
},
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ describe('NegotiatorHelpers', () => {
code: '200',
mediaType: 'text/plain',
example: {
externalValue: '',
value: undefined,
key: 'default',
},
});
Expand Down

0 comments on commit b7afa9b

Please sign in to comment.