@@ -34,7 +34,7 @@ describe('AccountManager', () => {
3434 rootUrl : 'https://localhost:8443/' ,
3535 rootPath : process . cwd ( ) ,
3636 includeHost : multiuser ,
37- defaultContentType : 'text/turtle '
37+ defaultContentType : 'application/octet-stream '
3838 } )
3939 let store = new LDP ( { multiuser, resourceMapper } )
4040 let options = { multiuser, store, host }
@@ -65,7 +65,7 @@ describe('AccountManager', () => {
6565 rootUrl : 'https://localhost:8443/' ,
6666 includeHost : multiuser ,
6767 rootPath : path . join ( testAccountsDir , 'tim.localhost' ) ,
68- defaultContentType : 'text/turtle '
68+ defaultContentType : 'application/octet-stream '
6969 } )
7070 let store = new LDP ( {
7171 multiuser,
@@ -85,7 +85,7 @@ describe('AccountManager', () => {
8585 rootUrl : 'https://localhost:8443/' ,
8686 includeHost : multiuser ,
8787 rootPath : testAccountsDir ,
88- defaultContentType : 'text/turtle '
88+ defaultContentType : 'application/octet-stream '
8989 } )
9090 let store = new LDP ( {
9191 multiuser,
@@ -109,7 +109,7 @@ describe('AccountManager', () => {
109109 rootUrl : 'https://localhost:8443/' ,
110110 includeHost : multiuser ,
111111 rootPath : testAccountsDir ,
112- defaultContentType : 'text/turtle '
112+ defaultContentType : 'application/octet-stream '
113113 } )
114114 let store = new LDP ( { multiuser, resourceMapper } )
115115 let options = { host, multiuser, store, accountTemplatePath }
0 commit comments