Skip to content

Merge UAT ke PRD 3 Mar 2018#196

Merged
danliris merged 7 commits into
masterfrom
uat
Mar 4, 2018
Merged

Merge UAT ke PRD 3 Mar 2018#196
danliris merged 7 commits into
masterfrom
uat

Conversation

@danliris
Copy link
Copy Markdown
Owner

@danliris danliris commented Mar 3, 2018

No description provided.

request
.get('/v1/migrationLog/get/report')
.set("authorization", `JWT ${jwt}`)
.set("authorization", `Bearer ${jwt}`)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'template literal syntax' is only available in ES6 (use 'esversion: 6').

request
.get(`/master/products/byId?productList=${JSON.stringify(createdIds)}`)
.set("authorization", `JWT ${jwt}`)
.set("authorization", `Bearer ${jwt}`)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'template literal syntax' is only available in ES6 (use 'esversion: 6').

.post(uri)
.send(data)
.set("authorization", `JWT ${jwt}`)
.set("authorization", `Bearer ${jwt}`)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'template literal syntax' is only available in ES6 (use 'esversion: 6').

.post(uri)
.send(data)
.set("authorization", `JWT ${jwt}`)
.set("authorization", `Bearer ${jwt}`)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'template literal syntax' is only available in ES6 (use 'esversion: 6').

request
.get('/v1/master/kurs-budgets/by-code')
.set("authorization", `JWT ${jwt}`)
.set("authorization", `Bearer ${jwt}`)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'template literal syntax' is only available in ES6 (use 'esversion: 6').

.put(`${uri}/${createdData._id}`)
.send(createdData)
.set("authorization", `JWT ${jwt}`)
.set("authorization", `Bearer ${jwt}`)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'template literal syntax' is only available in ES6 (use 'esversion: 6').

.put(`${uri}/${new ObjectId()}`)
.send(createdData)
.set("authorization", `JWT ${jwt}`)
.set("authorization", `Bearer ${jwt}`)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'template literal syntax' is only available in ES6 (use 'esversion: 6').

request
.get(createdDataLocation)
.set("authorization", `JWT ${jwt}`)
.set("authorization", `Bearer ${jwt}`)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'template literal syntax' is only available in ES6 (use 'esversion: 6').

.post(uri)
.send(data)
.set("authorization", `JWT ${jwt}`)
.set("authorization", `Bearer ${jwt}`)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'template literal syntax' is only available in ES6 (use 'esversion: 6').

.post(uri)
.send({})
.set("authorization", `JWT ${jwt}`)
.set("authorization", `Bearer ${jwt}`)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'template literal syntax' is only available in ES6 (use 'esversion: 6').

@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 88.223% when pulling a8d0bdd on uat into b8c4813 on master.

@danliris danliris merged commit 9402568 into master Mar 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants