Skip to content

Commit

Permalink
Update TeamsAdapter port
Browse files Browse the repository at this point in the history
  • Loading branch information
Corina Gum committed Feb 21, 2024
1 parent 37b3201 commit dabdc27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/packages/teams-ai/src/TeamsAdapter.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('TeamsAdapter', () => {
await adapter.process(req, res, async () => {});
});

server = app.listen(80);
server = app.listen(9876);
});

afterEach(() => {
Expand Down

0 comments on commit dabdc27

Please sign in to comment.