From 37fdbf38e8fbbce65f8f20cc5a9b43e89fdd52c6 Mon Sep 17 00:00:00 2001 From: Miguel Veloso Date: Mon, 18 Nov 2019 20:14:54 +0000 Subject: [PATCH] Add required configuration --- .../Application.FunctionalTests/Services/Basket/appsettings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Tests/Services/Application.FunctionalTests/Services/Basket/appsettings.json b/src/Tests/Services/Application.FunctionalTests/Services/Basket/appsettings.json index 5e8dbc02e..3ed325899 100644 --- a/src/Tests/Services/Application.FunctionalTests/Services/Basket/appsettings.json +++ b/src/Tests/Services/Application.FunctionalTests/Services/Basket/appsettings.json @@ -8,6 +8,7 @@ } }, "IdentityUrl": "http://localhost:5105", + "IdentityUrlExternal": "http://localhost:5105", "ConnectionString": "127.0.0.1", "isTest": "true", "EventBusConnection": "localhost",