Skip to content

Commit

Permalink
e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
qtrinh2 committed May 31, 2024
1 parent 6f1e42e commit 92e66f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/django_test/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from django.http import HttpResponse

def home(request):
return HttpResponse("Hello world!\nfoobar")
return HttpResponse("Hello world! fizzbuzz")

0 comments on commit 92e66f5

Please sign in to comment.