datahuborg / datahub

An experimental hosted platform (GitHub-like) for organizing, managing, sharing, collaborating, and making sense of data.
https://datahub.csail.mit.edu
MIT License
210 stars 60 forks source link

Fix tests #109

Closed justinanderson closed 8 years ago

justinanderson commented 8 years ago

Makes unit tests pass locally and on Travis by not requiring HTTPS by default and fixing one call to delete_collaborator() that I missed when renaming parameters.

RogerTangos commented 8 years ago

Ooh! Passing tests!