From 3c8358f580c9c305480a5aa10d9f99403a0f3a28 Mon Sep 17 00:00:00 2001 From: Zijian Date: Thu, 11 Jul 2024 09:45:46 +1000 Subject: [PATCH] fixed tests --- Tests/IntegrationTestsCore/appsettings.json | 6 +++--- Tests/IntegrationTestsTextJson/appsettings.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Tests/IntegrationTestsCore/appsettings.json b/Tests/IntegrationTestsCore/appsettings.json index f3fd17a5..0e4cfa63 100644 --- a/Tests/IntegrationTestsCore/appsettings.json +++ b/Tests/IntegrationTestsCore/appsettings.json @@ -1,12 +1,12 @@ { "Testing": { - "ServiceCommands": [ - { + "ServiceCommands": { + "LaunchWebApi": { "CommandPath": "dotnet", "Arguments": "run --project ../../../../../DemoCoreWeb/DemoCoreWeb.csproj --no-build --configuration {BuildConfiguration}", "BaseUrl": "http://127.0.0.1:5000/", "Delay": 5 } - ] + } } } \ No newline at end of file diff --git a/Tests/IntegrationTestsTextJson/appsettings.json b/Tests/IntegrationTestsTextJson/appsettings.json index 9976e4ff..db7a99a9 100644 --- a/Tests/IntegrationTestsTextJson/appsettings.json +++ b/Tests/IntegrationTestsTextJson/appsettings.json @@ -4,7 +4,7 @@ "LaunchWebApi": { "CommandPath": "dotnet", "Arguments": "run --project ../../../../../DemoTextJsonWeb/DemoTextJsonWeb.csproj --no-build --configuration {BuildConfiguration} --launch-profile http", - "BaseUrl": "https://fonlow.org/", + "BaseUrl": "http://127.0.0.1:6000/", "Delay": 5 } }