Skip to content
Snippets Groups Projects
Commit f58de9f9 authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

Merge branch 'fix_context' into 'master'

bugfix: new context

See merge request !55
parents a174aa42 b91bc30a
No related branches found
No related tags found
1 merge request!55bugfix: new context
Pipeline #16831 passed
......@@ -37,8 +37,8 @@ class TestSubscription(APITestCase):
patch = {
"unread": False,
"@context": {
"@vocab":"http://happy-dev.fr/owl/#",
"unread": "http://happy-dev.fr/owl/#unread"
"@vocab":"https://cdn.startinblox.com/owl#",
"unread": "https://cdn.startinblox.com/owl#unread"
}
}
response = self.client.patch("/notifications/{}/".format(notification.pk), data=json.dumps(patch),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment