Browse Source

Fix integration tests

pull/223/head
dsanz 7 years ago
parent
commit
bb1b56ca1e
2 changed files with 4 additions and 2 deletions
  1. +2
    -1
      test/Services/IntegrationTests/Services/Catalog/settings.json
  2. +2
    -1
      test/Services/IntegrationTests/Services/Ordering/settings.json

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

@ -2,5 +2,6 @@
"ConnectionString": "Server=tcp:127.0.0.1,5433;Initial Catalog=Microsoft.eShopOnContainers.Services.CatalogDb;User Id=sa;Password=Pass@word", "ConnectionString": "Server=tcp:127.0.0.1,5433;Initial Catalog=Microsoft.eShopOnContainers.Services.CatalogDb;User Id=sa;Password=Pass@word",
"ExternalCatalogBaseUrl": "http://localhost:5101", "ExternalCatalogBaseUrl": "http://localhost:5101",
"IdentityUrl": "http://localhost:5105", "IdentityUrl": "http://localhost:5105",
"isTest": "true"
"isTest": "true",
"EventBusConnection": "localhost"
} }

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

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

Loading…
Cancel
Save