Skip to content

Commit

Permalink
refactor: Changed rest test port
Browse files Browse the repository at this point in the history
  • Loading branch information
zoemaas committed Nov 22, 2024
1 parent 30612b7 commit 2f4eb92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/anomaly-detection/__tests__/restAgent.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import anomalyDetectionAgentLogic from './shared/anomalyDetectionAgentLogic'

jest.setTimeout(60000)

const port = 4212
const port = 4104
const basePath = '/agent'

let serverAgent: IAgent
Expand Down
2 changes: 1 addition & 1 deletion packages/geolocation-store/__tests__/restAgent.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import geolocationStoreAgentLogic from './shared/geolocationStoreAgentStoreLogic

jest.setTimeout(60000)

const port = 4212
const port = 4105
const basePath = '/agent'

let serverAgent: IAgent
Expand Down

0 comments on commit 2f4eb92

Please sign in to comment.