From e4474127f9737d5f175795a700ce35f280aa41b3 Mon Sep 17 00:00:00 2001 From: dsanz Date: Wed, 29 Mar 2017 12:31:52 +0200 Subject: [PATCH] Fix tests. --- test/Services/FunctionalTests/settings.json | 1 + test/Services/IntegrationTests/settings.json | 1 + 2 files changed, 2 insertions(+) diff --git a/test/Services/FunctionalTests/settings.json b/test/Services/FunctionalTests/settings.json index 7091ec819..72f17d86a 100644 --- a/test/Services/FunctionalTests/settings.json +++ b/test/Services/FunctionalTests/settings.json @@ -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" diff --git a/test/Services/IntegrationTests/settings.json b/test/Services/IntegrationTests/settings.json index 3b6023956..86dcf5745 100644 --- a/test/Services/IntegrationTests/settings.json +++ b/test/Services/IntegrationTests/settings.json @@ -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" }