Skip to content

Commit 430d8bc

Browse files
fix: corrected content-types for tests
1 parent 15fcca2 commit 430d8bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
stack: { 'api_key': process.env.API_KEY, 'delivery_token': process.env.DELIVERY_TOKEN, 'environment': process.env.ENVIRONMENT, },
66
host: process.env.HOST,
77
contentTypes: {
8-
source: "author",
9-
numbers_content_type: "blog_post"
8+
source: "source",
9+
numbers_content_type: "numbers_content_type"
1010
},
1111
}

0 commit comments

Comments
 (0)