Skip to content

Commit

Permalink
Test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
danjac committed Feb 2, 2021
1 parent 6cf231b commit f22f0eb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/turbo_response/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,6 @@ class MyView(TurboFrameTemplateView):
turbo_frame_dom_id = "test"
template_name = "simple.html"

def get_response_content(self):
return "done"

def test_get(self, rf):
req = rf.get("/")
resp = self.MyView.as_view()(req)
Expand Down

0 comments on commit f22f0eb

Please sign in to comment.