Fix test warning

This commit is contained in:
Gabriel Augendre 2020-08-25 23:15:08 +02:00
parent cfc427b603
commit c3218df28e
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -10,4 +10,4 @@ def drafts_count(request):
def date_format(request):
return {"CUSTOM_ISO": "Y-m-d\TH:i:sO"}
return {"CUSTOM_ISO": r"Y-m-d\TH:i:sO"}