Skip to content

Commit d67d04a

Browse files
karol-maciaszekXVincentX
authored andcommitted
fix: SO-80 updated test name
1 parent 7a3d35e commit d67d04a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/http/src/mocker/negotiator/__tests__/NegotiatorHelpers.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ describe('NegotiatorHelpers', () => {
527527
expect(actualOperationConfig).toBe(fakeOperationConfig);
528528
});
529529

530-
it('given no default contents should return default response', () => {
530+
it('when no default response return text/plain with empty body', () => {
531531
const code = chance.string();
532532
const partialOptions = { code: '200' };
533533
const response: IHttpOperationResponse = {

0 commit comments

Comments
 (0)