From 919b7ad860cd67470af4a06346cadba5a743d10a Mon Sep 17 00:00:00 2001
From: Flavio Tarsetti <flavio.tarsetti@idiap.ch>
Date: Thu, 17 Aug 2017 19:38:42 +0200
Subject: [PATCH] [accounts] updated unit tests

---
 beat/web/accounts/tests.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/beat/web/accounts/tests.py b/beat/web/accounts/tests.py
index e17a5d17b..81a61ce82 100644
--- a/beat/web/accounts/tests.py
+++ b/beat/web/accounts/tests.py
@@ -418,7 +418,7 @@ class AccountAddSupervisorTestCase(AccountTestCase):
         content = json.loads(response.content)
         self.assertEqual(len(json.loads(response.content)), 1)
         errormsg = content['error']
-        self.assertEqual(errormsg, 'Not a valid godfather request')
+        self.assertEqual(errormsg, 'Not a valid supervisor request')
 
         client = User.objects.get(username=client.username)
         new_supervision_key = client.profile.supervision_key
-- 
GitLab