9 Commits

Author SHA1 Message Date
Borja García Rodríguez
6f399e3c8b Merge branch 'feature/net-5' into feature/webapps-net5-migration 2020-12-22 15:50:35 +01:00
Borja García Rodríguez
cc28b8cd76 remove marketing and locations 2020-12-21 13:19:33 +01:00
Borja García Rodríguez
aef73d7b6e fix functional tests 2020-12-21 12:06:15 +01:00
Borja García Rodríguez
51251a3f75 update basket api to dotnet 5 and nuget packages 2020-12-14 15:04:25 +01:00
InstanceFactory
df2c2bb10e
Fix/1403and1404 removed duplicate Key SubscriptionClientName and added app.UseAuthorization() call (#1406)
* #1403 removed duplicate Key SubscriptionClientName

Removed duplicate key SubscriptionClientName from Tests/Services/Application.FunctionalTests/Services/Marketing/appsettings.json and sorted its content in asc order.

* #1404 Added app.UseAuthorization() call

Added app.UseAuthorization() call to BasketTestsStartup, LocationsTestsStartup, and MarketingTestsStartup to fix failed unit tests IntegrationEventsScenarios.Post_update_product_price_and_catalog_and_basket_list_modified and MarketingScenarios.Set_new_user_location_and_get_location_campaign_by_user_id (see #1404)
2020-08-26 20:06:44 +05:30
Miguel Veloso
60b28055ef Update to 3.1
- Fix test to work on Catalog.API controller, using in-memory database
2019-12-16 15:17:41 +00:00
Miguel Veloso
37fdbf38e8 Add required configuration 2019-11-18 20:14:54 +00:00
Miguel Veloso
4b48468d6a Fix tests compilation errors 2019-11-18 18:32:54 +00:00
Miguel Veloso
ade6358eca Reorganize project folders 2019-11-18 15:03:28 +00:00