Skip to content

Commit

Permalink
Merge branch 'feature/s3-improvements' into s3-improvement-migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnetordoff authored Jul 26, 2023
2 parents 1425d1f + 132d7ff commit e8a6e03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api/addons/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ def get_absolute_url(self, obj):
kwargs=self.context['request'].parser_context['kwargs'],
query_kwargs={
'path': obj['path'],
'id': obj['id'],
},
'id': obj['id']
}
)

def get_root_folder(self, obj):
Expand Down
2 changes: 1 addition & 1 deletion api_tests/nodes/views/test_node_addons.py
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ def test_folder_list_GET_expected_behavior(self, mock_libraries):
'fileEditing': 'members',
'libraryEditing': 'members',
'type': 'Private',
'id': '18497322',
'id': 18497322,
'name': 'Group Library I'
},
'version': 1,
Expand Down

0 comments on commit e8a6e03

Please sign in to comment.