diff --git a/tests/IntegrationTests/LoginService.cs b/tests/IntegrationTests/LoginService.cs index d67d4e7..b207f4f 100644 --- a/tests/IntegrationTests/LoginService.cs +++ b/tests/IntegrationTests/LoginService.cs @@ -46,7 +46,7 @@ namespace Microsoft.eShopWeb.IntegrationTests.Repositories.OrderRepositoryTests Assert.True(result.Succeeded); } - catch (Exception ex) + catch (Exception) { } }