Browse Source

Fix tests.

pull/119/merge
dsanz 7 years ago
parent
commit
e4474127f9
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      test/Services/FunctionalTests/settings.json
  2. +1
    -0
      test/Services/IntegrationTests/settings.json

+ 1
- 0
test/Services/FunctionalTests/settings.json View File

@ -1,5 +1,6 @@
{
"ConnectionString": "Server=tcp:127.0.0.1,5433;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word;",
"ExternalCatalogBaseUrl": "http://localhost:5101",
"IdentityUrl": "http://localhost:5105",
"isTest": "true",
"EventBusConnection": "localhost"


+ 1
- 0
test/Services/IntegrationTests/settings.json View File

@ -1,5 +1,6 @@
{
"ConnectionString": "Server=tcp:127.0.0.1,5433;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word;",
"ExternalCatalogBaseUrl": "http://localhost:5101",
"IdentityUrl": "http://localhost:5105",
"isTest": "true"
}

Loading…
Cancel
Save