We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb5258 commit ee281a3Copy full SHA for ee281a3
competition/tests.py
@@ -336,7 +336,7 @@ def test_permission_get(self):
336
337
def test_permission_update(self):
338
''' update permission OK'''
339
- self.check_permissions(self.URL_PREFIX + '/slug/strom/', 'PUT',
+ self.check_permissions(self.URL_PREFIX + '/0/', 'PUT',
340
self.ONLY_STROM_OK_RESPONSES,
341
{
342
"id": 0,
0 commit comments