Skip to content

Commit 6719982

Browse files
author
Johannes Marx
committed
removed duplicate .json file suffixe shown in the validation overlay window
1 parent e1697a2 commit 6719982

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ValidatorResponse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ ValidatorResponse.prototype = extend(ValidatorResponse.prototype, {
6969
if (this._isValid) {
7070
this._pathMethod = this._path + '/' + this._method;
7171
this._pathSchema = this._pathMethod + '/response_schema.json';
72-
this._pathMockData = this._pathMethod + '/mock/' + this._expected + '.json';
72+
this._pathMockData = this._pathMethod + '/mock/' + this._expected;
7373
this._dataSchema = {};
7474
this._dataExpected = {};
7575
this._readFiles();

0 commit comments

Comments
 (0)