Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zijianhuang committed Jul 10, 2024
1 parent 64345ee commit 3c8358f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Tests/IntegrationTestsCore/appsettings.json
Original file line number Diff line number Diff line change
@@ -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
}
]
}
}
}
2 changes: 1 addition & 1 deletion Tests/IntegrationTestsTextJson/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit 3c8358f

Please sign in to comment.