blob: 3faa1dffaf8f8316aefa7e89fc0aaab2b332e835 [file] [log] [blame]
'use strict';
var getDatabase = require('../../helpers/unit').unit([
'database',
'get'
]);
getDatabase('space', {
headers: {
accept: 'application/json',
'content-type': 'application/json'
},
method: 'GET',
uri: '/space'
});