From c574d348956a0656564f5486171a073e47093f6d Mon Sep 17 00:00:00 2001 From: Paul Marillonnet Date: Tue, 7 Jul 2020 17:22:28 +0200 Subject: [PATCH] tests: fix missing encoding declaration (#44915) --- tests/test_profile.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_profile.py b/tests/test_profile.py index 5946ce467..ad0b97dcb 100644 --- a/tests/test_profile.py +++ b/tests/test_profile.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + # authentic2 - versatile identity manager # Copyright (C) 2010-2019 Entr'ouvert #