+ dont manipulate response data

This commit is contained in:
antikalk
2020-05-16 16:54:58 +02:00
parent e775057389
commit bfc6ba2008
3 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -898,7 +898,7 @@ const tests = [
}, resolve, reject); },
validationFunc: function (driver, result) {
result.type.should.be.equal('resolved');
should.equal(null, result.data.data);
should.equal('', result.data.data);
}
},