From f158c5fb9ddd241407912a6202dd4ad23a886989 Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Tue, 15 May 2018 11:04:28 +0200 Subject: [PATCH] Typo --- ivatar/ivataraccount/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivatar/ivataraccount/views.py b/ivatar/ivataraccount/views.py index 9dd96f1..821c2f5 100644 --- a/ivatar/ivataraccount/views.py +++ b/ivatar/ivataraccount/views.py @@ -187,7 +187,7 @@ class ImportPhotoView(SuccessMessageMixin, View): if photo.import_image('Gravatar', email.email): messages.success(self.request, _('Image successfully imported')) else: - # Honestly, I'm not sure how to rest this... + # Honestly, I'm not sure how to test this... messages.error(self.request, _('Image import not successful')) # pragma: no cover else: messages.warning(self.request, _('Nothing importable'))