Skip to content

Commit

Permalink
Comments out line 69 from createTemplate.js, this was causing error o…
Browse files Browse the repository at this point in the history
…n line 129 at column 131.
  • Loading branch information
ryanformio committed Mar 18, 2024
1 parent 77a2f00 commit 803f14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/createTemplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module.exports = (template) => {
const result = await request(template.appSrc)
.post('/project')
.set('x-admin-key', process.env.ADMIN_KEY)
.set('x-raw-data-access', createHmac('sha256', template.xToken).digest('hex'))
// .set('x-raw-data-access', createHmac('sha256', template.xToken).digest('hex'))
.send(formioApiSettings);

template.api.projectApi = result.body;
Expand Down

0 comments on commit 803f14f

Please sign in to comment.