Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Dec 6, 2018
1 parent 537db48 commit a16169a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions daiquiri/auth/tests/test_viewsets.py
Expand Up @@ -71,6 +71,7 @@ def _test_update_viewset(self, username):
instance.details = {}

data = self.get_instance_as_dict(instance)
data['attributes'] = {'test': 'test'}
data['user'] = {
'first_name': instance.user.first_name,
'last_name': instance.user.last_name,
Expand Down

0 comments on commit a16169a

Please sign in to comment.