Skip to content

Commit a8fdafe

Browse files
committed
More user fun :)
1 parent 54a0622 commit a8fdafe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dojo/fixtures/dojo_testdata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2823,7 +2823,7 @@
28232823
}
28242824
},
28252825
{
2826-
"pk": "184770c4c3256aba904297610fbb4da3fa15ba36",
2826+
"pk": "184770c4c3256aba904297610fbb4da3fa15ba37",
28272827
"model": "authtoken.token",
28282828
"fields": {
28292829
"user": 7,

unittests/test_rest_framework.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3735,7 +3735,7 @@ def __init__(self, *args, **kwargs):
37353735
}
37363736
self.update_fields = {"style": "warning"}
37373737
self.test_type = TestType.CONFIGURATION_PERMISSIONS
3738-
self.deleted_objects = 7
3738+
self.deleted_objects = 8
37393739
BaseClass.RESTEndpointTest.__init__(self, *args, **kwargs)
37403740

37413741
def test_create(self):

0 commit comments

Comments
 (0)