Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
triole committed Oct 28, 2019
1 parent 638f984 commit 832dcd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdmo/projects/tests/test_viewsets.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class ProjectValueTests(TestViewsetMixin, TestSingleObjectMixin, ProjectsViewset
'owner': 200, 'manager': 200, 'author': 200, 'guest': 403, 'api': 200, 'user': 404, 'anonymous': 401
},
'delete_viewset': {
'owner': 204, 'manager': 404, 'author': 404, 'guest': 403, 'api': 204, 'user': 404, 'anonymous': 401
'owner': 204, 'manager': 204, 'author': 204, 'guest': 403, 'api': 204, 'user': 404, 'anonymous': 401
}
}

Expand Down

0 comments on commit 832dcd7

Please sign in to comment.