Skip to content

Commit 3570810

Browse files
committed
fix tests
1 parent 5baa649 commit 3570810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/requests/serializers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def make_node_institutional_access_request(self, node, validated_data) -> NodeRe
199199
},
200200
'sender': {
201201
'absolute_url': sender.get_absolute_url(),
202-
'full_name': sender.fullname,
202+
'fullname': sender.fullname,
203203
},
204204
'node':{
205205
'absolute_url': node.absolute_url,

0 commit comments

Comments
 (0)