-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: tests for ambulance APIs #1575
Conversation
9b65315
to
8eff39a
Compare
125e63c
to
b8fbb3c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1575 +/- ##
==========================================
+ Coverage 60.62% 60.96% +0.34%
==========================================
Files 210 210
Lines 11484 11486 +2
Branches 1633 1633
==========================================
+ Hits 6962 7003 +41
+ Misses 4284 4242 -42
- Partials 238 241 +3 ☔ View full report in Codecov by Sentry. |
return ambulance | ||
|
||
|
||
class DeleteDriverSerializer(serializers.Serializer): | ||
driver_id = serializers.IntegerField() | ||
driver_id = serializers.UUIDField() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note: this endpoint is not being used on the frontend so it is okay to change to ext id
Bug Fix
Proposed Changes
Associated Issue
ambulance
module #1379Merge Checklist
/docs
Only PR's with test cases included and passing lint and test pipelines will be reviewed
@coronasafe/care-backend-maintainers @coronasafe/care-backend-admins