Skip to content

Commit 1d938fc

Browse files
committed
This should fix the test
1 parent 424acab commit 1d938fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-basic/validateDoc-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ describe('optic-update validateDoc tests', function () {
192192
done(new Error('Expected query to fail but it succeeded'));
193193
}).catch(e => {
194194
try {
195-
e.message.should.equal('query rows: response with invalid 500 status with path: /v1/rows/update');
195+
e.message.should.equal('query rows: response with invalid 500 status with path: /v1/rows');
196196
done();
197197
} catch (assertionError) {
198198
done(assertionError);

0 commit comments

Comments
 (0)