8000 Cross-site alert in test code · azclouddev001/botbuilder-python@02ed1fa · GitHub
[go: up one dir, main page]

Skip to content

Commit 02ed1fa

Browse files
author
Tracy Boehrer
committed
Cross-site alert in test code
1 parent b4fb389 commit 02ed1fa

File tree

1 file changed

+1
-1
lines changed
  • libraries/botbuilder-applicationinsights/django_tests

1 file changed

+1
-1
lines changed

libraries/botbuilder-applicationinsights/django_tests/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def getid(request, id):
5252

5353
@api_view(["POST"])
5454
def returncode(request, id):
55-
return HttpResponse("Status code set to %s" % id, status=int(id))
55+
return HttpResponse("returncode", status=int(id))
5656

5757

5858
@api_view(["POST"])

0 commit comments

Comments
 (0)
0