Skip to content

Commit

Permalink
add back code for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
paulr34 committed Oct 2, 2023
1 parent 4f32041 commit 3ccd9dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/server-bare.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ describe('Session specific tests', () => {
'get index.html',
() =>
axiosInstance.get('/index.html').then((response) => {
sessionCookie = response.headers['set-cookie'][0]
axiosInstance.defaults.headers.Cookie = sessionCookie
expect(
response.data.includes(
'Configuration tool for the Zigbee Cluster Library'
Expand Down

0 comments on commit 3ccd9dd

Please sign in to comment.