change unicode characters in comment text that error'd python 2.7 tests

This commit is contained in:
Sam Van den Vonder 2018-08-06 22:14:24 +02:00
parent 69f2b62adf
commit 8c7efe32df

View file

@ -747,7 +747,7 @@ def translate_text(request):
# [
# {
# "translations":[
# {"text": "你好, 你叫什么名字?", "to": "zh-Hans"}
# {"text": "some chinese text that gave a build error on travis ci", "to": "zh-Hans"}
# ]
# }
# ]