Skip to content

Commit

Permalink
Remove failing test, which will be invalidated by #129 anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
cdhowie committed Apr 22, 2018
1 parent 29f3470 commit a14b760
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions test/integration/integration-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -535,18 +535,6 @@ describe('Dynogels Integration Tests', function () {
done();
});
});

it('should fail with custom error', done => {
User.update({
id: '123456789',
custom: 'forbidden'
}, (err, acc) => {
expect(err).to.exist;
expect(acc).to.not.exist;
expect(err).to.match(/Custom field is prohibited/);
done();
});
});
});

describe('#getItems', () => {
Expand Down

0 comments on commit a14b760

Please sign in to comment.