From 0fc35d7b4e93a9c03e1c72866f904b72c57004c5 Mon Sep 17 00:00:00 2001 From: dsanz Date: Mon, 6 Mar 2017 11:59:59 +0100 Subject: [PATCH] Add missing config file for ordering integration tests --- test/Services/FunctionalTests/FunctionalTests.csproj | 6 ++++++ test/Services/FunctionalTests/settings.json | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/test/Services/FunctionalTests/FunctionalTests.csproj b/test/Services/FunctionalTests/FunctionalTests.csproj index 662e1c698..266e08112 100644 --- a/test/Services/FunctionalTests/FunctionalTests.csproj +++ b/test/Services/FunctionalTests/FunctionalTests.csproj @@ -32,4 +32,10 @@ + + + PreserveNewest + + + diff --git a/test/Services/FunctionalTests/settings.json b/test/Services/FunctionalTests/settings.json index a95b8262f..8d56435f4 100644 --- a/test/Services/FunctionalTests/settings.json +++ b/test/Services/FunctionalTests/settings.json @@ -1,3 +1,4 @@ { - "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;", + "IdentityUrl": "http://localhost:5105" }