Skip to content

Commit

Permalink
#43 tests fubar
Browse files Browse the repository at this point in the history
  • Loading branch information
p-a-s-c-a-l committed Mar 6, 2020
1 parent 1fc7ca4 commit e867a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/CSISHelpers.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ test('test extract study area from study json', async (done) => {

// does not work if bound d to ipv6 adaress. :-()
// const url = `http://${server.address().address}:${server.address().port}/jsonapi/group/study?filter[id][condition][path]=id&filter[id][condition][operator]=%3D&filter[id][condition][value]=c3609e3e-f80f-482b-9e9f-3a26226a6859`;
const url = `http://loocalhost:${server.address().port}/jsonapi/group/study?filter[id][condition][path]=id&filter[id][condition][operator]=%3D&filter[id][condition][value]=c3609e3e-f80f-482b-9e9f-3a26226a6859`;
const url = `http://localhost:${server.address().port}/jsonapi/group/study?filter[id][condition][path]=id&filter[id][condition][operator]=%3D&filter[id][condition][value]=c3609e3e-f80f-482b-9e9f-3a26226a6859`;
// unbelievable: does not print to console. See https://github.com/facebook/jest/issues/2441
log.info(url);
const response = await axios.get(url);
Expand Down

0 comments on commit e867a02

Please sign in to comment.