From bb1b56ca1ebb8023051b58e5b8e0587d4050ef58 Mon Sep 17 00:00:00 2001 From: dsanz Date: Fri, 7 Apr 2017 17:19:25 +0200 Subject: [PATCH] Fix integration tests --- test/Services/IntegrationTests/Services/Catalog/settings.json | 3 ++- test/Services/IntegrationTests/Services/Ordering/settings.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/test/Services/IntegrationTests/Services/Catalog/settings.json b/test/Services/IntegrationTests/Services/Catalog/settings.json index 3ea6703eb..aa5f2055b 100644 --- a/test/Services/IntegrationTests/Services/Catalog/settings.json +++ b/test/Services/IntegrationTests/Services/Catalog/settings.json @@ -2,5 +2,6 @@ "ConnectionString": "Server=tcp:127.0.0.1,5433;Initial Catalog=Microsoft.eShopOnContainers.Services.CatalogDb;User Id=sa;Password=Pass@word", "ExternalCatalogBaseUrl": "http://localhost:5101", "IdentityUrl": "http://localhost:5105", - "isTest": "true" + "isTest": "true", + "EventBusConnection": "localhost" } diff --git a/test/Services/IntegrationTests/Services/Ordering/settings.json b/test/Services/IntegrationTests/Services/Ordering/settings.json index 86dcf5745..72f17d86a 100644 --- a/test/Services/IntegrationTests/Services/Ordering/settings.json +++ b/test/Services/IntegrationTests/Services/Ordering/settings.json @@ -2,5 +2,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" + "isTest": "true", + "EventBusConnection": "localhost" }