@@ -33,8 +33,7 @@ describe('AccountManager', () => {
3333 let resourceMapper = new ResourceMapper ( {
3434 rootUrl : 'https://localhost:8443/' ,
3535 rootPath : process . cwd ( ) ,
36- includeHost : multiuser ,
37- defaultContentType : 'application/octet-stream'
36+ includeHost : multiuser
3837 } )
3938 let store = new LDP ( { multiuser, resourceMapper } )
4039 let options = { multiuser, store, host }
@@ -64,8 +63,7 @@ describe('AccountManager', () => {
6463 let resourceMapper = new ResourceMapper ( {
6564 rootUrl : 'https://localhost:8443/' ,
6665 includeHost : multiuser ,
67- rootPath : path . join ( testAccountsDir , 'tim.localhost' ) ,
68- defaultContentType : 'application/octet-stream'
66+ rootPath : path . join ( testAccountsDir , 'tim.localhost' )
6967 } )
7068 let store = new LDP ( {
7169 multiuser,
@@ -84,8 +82,7 @@ describe('AccountManager', () => {
8482 let resourceMapper = new ResourceMapper ( {
8583 rootUrl : 'https://localhost:8443/' ,
8684 includeHost : multiuser ,
87- rootPath : testAccountsDir ,
88- defaultContentType : 'application/octet-stream'
85+ rootPath : testAccountsDir
8986 } )
9087 let store = new LDP ( {
9188 multiuser,
@@ -108,8 +105,7 @@ describe('AccountManager', () => {
108105 let resourceMapper = new ResourceMapper ( {
109106 rootUrl : 'https://localhost:8443/' ,
110107 includeHost : multiuser ,
111- rootPath : testAccountsDir ,
112- defaultContentType : 'application/octet-stream'
108+ rootPath : testAccountsDir
113109 } )
114110 let store = new LDP ( { multiuser, resourceMapper } )
115111 let options = { host, multiuser, store, accountTemplatePath }
0 commit comments