ashleydavis / mongodb-rest

REST Server for MongoDB (using node.js)
GNU Lesser General Public License v3.0
75 stars 34 forks source link

added the id to the create response body and 500 when no request body #26

Closed jameslporter closed 7 years ago

jameslporter commented 7 years ago

For some reason git decided to include my datatypes commit to this PR. I guess it evaluating the diff in our master branches. Probably should have branched off for each one.

As for the test failure I think line 552 could just get removed. The return code check should be sufficient. The test can't know what the id would be.

ashleydavis commented 7 years ago

Sorry I can't accept changes without automated tests.