EMSTrack / WebServerAndClient

Home of the web server and its clients
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

Feature/call viewset tests #27

Closed wi11 closed 6 years ago

wi11 commented 6 years ago

Added tests for call viewsets. Admins should be able to retrieve any call thru the API. All other users should not be able to.

Since the permissions haven't been implemented yet for calls these tests are currently failing. Should I open a merge request when they are passing or is it okay for now?

Let me know, thanks!

wi11 commented 6 years ago

Okay, I'll reopen this merge request after we implement the permissions