Skip to content

Commit

Permalink
Use the loopback
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyguerra committed Oct 2, 2023
1 parent 52f1b17 commit ab5305f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ describe('MS Teams Adapter', () => {
wasCalled = true
await res.reply('Hello World')
})
const response = await fetch(`http://localhost:${robot.server.address().port}/api/messages`, {
const response = await fetch(`http://127.0.0.1:${robot.server.address().port}/api/messages`, {
method: 'POST',
headers: {
'Content-Type': 'application/json'
Expand Down

0 comments on commit ab5305f

Please sign in to comment.