blob: 56488ba2b06a866eb4e1b2e2060a71c687a94707 [file] [log] [blame]
'use strict';
var destroyAttachment = require('../../helpers/unit').unit([
'attachment',
'destroy'
]);
destroyAttachment('airplane-design', 'wings.pdf', {rev: '3'}, {
headers: {
accept: 'application/json',
'content-type': 'application/json'
},
method: 'DELETE',
qs: {rev: '3'},
uri: '/mock/airplane-design/wings.pdf'
});