Skip to content

Commit

Permalink
Align app ports
Browse files Browse the repository at this point in the history
  • Loading branch information
dstenroejl committed Dec 18, 2024
1 parent 4271eec commit 38bfdb5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public ExampleOrchestrationsAppFixture()
IntegrationTestConfiguration,
AzuriteManager,
taskHubName: TaskHubName,
appPort: 8113,
appPort: 8301,
manageDatabase: false,
manageAzurite: false);

Expand All @@ -50,7 +50,7 @@ public ExampleOrchestrationsAppFixture()
IntegrationTestConfiguration,
AzuriteManager,
taskHubName: TaskHubName,
appPort: 8114,
appPort: 8302,
manageDatabase: false,
manageAzurite: false);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public ExampleOrchestrationsAppManager()
new IntegrationTestConfiguration(),
new AzuriteManager(useOAuth: true),
taskHubName: "ExampleOrchestrationsTest01",
appPort: 8012,
appPort: 8003,
manageDatabase: true,
manageAzurite: true)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public ProcessManagerClientFixture()
IntegrationTestConfiguration,
AzuriteManager,
taskHubName: TaskHubName,
appPort: 8113,
appPort: 8201,
manageDatabase: false,
manageAzurite: false);

Expand All @@ -50,7 +50,7 @@ public ProcessManagerClientFixture()
IntegrationTestConfiguration,
AzuriteManager,
taskHubName: TaskHubName,
appPort: 8114,
appPort: 8202,
manageDatabase: false,
manageAzurite: false);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public OrchestrationsAppManager()
new IntegrationTestConfiguration(),
new AzuriteManager(useOAuth: true),
taskHubName: "OrchestrationsTest01",
appPort: 8010,
appPort: 8002,
manageDatabase: true,
manageAzurite: true)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public ProcessManagerAppManager()
new IntegrationTestConfiguration(),
new AzuriteManager(useOAuth: true),
taskHubName: "ProcessManagerTest01",
appPort: 8000,
appPort: 8001,
manageDatabase: true,
manageAzurite: true)
{
Expand Down

0 comments on commit 38bfdb5

Please sign in to comment.