Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
daniellockyer committed Jun 15, 2023
1 parent 0cdd069 commit bf3fe39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/admin-api/test/utils/ghost-server-mock.js
Original file line number Diff line number Diff line change
@@ -71,7 +71,7 @@ const getInstance = (config, cb) => {
};
}

if (req.headers['content-type'].match(/multipart/)) {
if (req.headers['content-type']?.match(/multipart/)) {
data = {
images: [{
url: `${config.url}/image/url`,

0 comments on commit bf3fe39

Please sign in to comment.