diff --git a/djangoldp_account/tests/tests_update.py b/djangoldp_account/tests/tests_update.py
index bef4f115e73675a657963384788e5b577b37a695..6e62f32fb607fb7876b9f5bc7409a85e66ab26c5 100644
--- a/djangoldp_account/tests/tests_update.py
+++ b/djangoldp_account/tests/tests_update.py
@@ -23,15 +23,7 @@ class UpdateTestCase(APITestCase):
         test_picture = "https://github.com/" + urllib.parse.quote("calummackervoy/calummackervoy.github.io/blob/master/assets/img/profile.jpg")
 
         payload = {
-            "@context": {"@vocab": "http://happy-dev.fr/owl/#", "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
-                         "rdfs": "http://www.w3.org/2000/01/rdf-schema#", "ldp": "http://www.w3.org/ns/ldp#",
-                         "foaf": "http://xmlns.com/foaf/0.1/", "name": "rdfs:label",
-                         "acl": "http://www.w3.org/ns/auth/acl#", "permissions": "acl:accessControl",
-                         "mode": "acl:mode", "geo": "http://www.w3.org/2003/01/geo/wgs84_pos#", "lat": "geo:lat",
-                         "lng": "geo:long", "entrepreneurProfile": "http://happy-dev.fr/owl/#entrepreneur_profile",
-                         "mentorProfile": "http://happy-dev.fr/owl/#mentor_profile", "account": "hd:account",
-                         "messageSet": "http://happy-dev.fr/owl/#message_set",
-                         "author": "http://happy-dev.fr/owl/#author_user", "title": "http://happy-dev.fr/owl/#title"},
+            "@context": {"@vocab": "https://cdn.startinblox.com/owl#"},
             '@id': settings.SITE_URL + "/accounts/{}/".format(self.user.account.slug),
             'picture': test_picture,
             'slug': self.user.slug