Skip to content

Commit

Permalink
general changes:
Browse files Browse the repository at this point in the history
* lint
  • Loading branch information
Ori-Roza committed May 12, 2024
1 parent 321a7b7 commit a003975
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_server/test_app/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def api_dummy(self, request, **kwargs):

@action(detail=False, methods=["post"], serializer_class=GetDummyByIntSerializer)
def by_dummy_int(self, request, **kwargs):
breakpoint()
self.get_serializer(data=request.data).is_valid(raise_exception=True)
queryset = DummyModel.objects.filter(dummy_int=request.data["dummy_int"]).order_by("id")
page = self.paginate_queryset(queryset)
Expand Down

0 comments on commit a003975

Please sign in to comment.