Skip to content

Commit

Permalink
Correct dicomWebSpec.js rest request params
Browse files Browse the repository at this point in the history
  • Loading branch information
willdunklin committed Oct 30, 2023
1 parent af69411 commit d203d84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sources/dicom/test_dicom/web_client_specs/dicomWebSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ describe('DICOMWeb assetstore', function () {
type: 'GET',
async: false,
data: {
destinationType: 'user',
destinationId: userId,
parentType: 'user',
parentId: userId,
name: 'Public',
}
});
Expand Down

0 comments on commit d203d84

Please sign in to comment.