From 76cb5c5e795a69ca003044ebfcddfddc73e34dfa Mon Sep 17 00:00:00 2001 From: ericuss Date: Wed, 31 Jul 2019 09:13:14 +0200 Subject: [PATCH] add comment --- src/Services/Location/Locations.API/Startup.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Services/Location/Locations.API/Startup.cs b/src/Services/Location/Locations.API/Startup.cs index 5deaae52d..4f79b8977 100644 --- a/src/Services/Location/Locations.API/Startup.cs +++ b/src/Services/Location/Locations.API/Startup.cs @@ -48,6 +48,7 @@ namespace Microsoft.eShopOnContainers.Services.Locations.API { options.Filters.Add(typeof(HttpGlobalExceptionFilter)); }) + // Added for functional tests .AddApplicationPart(typeof(LocationsController).Assembly) .AddNewtonsoftJson();