Minor 3.x Updates (#339)
* remove unnecessary call * Refactoring test fixture
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
using Microsoft.eShopWeb.Web;
|
||||
using System.Net.Http;
|
||||
using System.Net.Http;
|
||||
using System.Threading.Tasks;
|
||||
using Xunit;
|
||||
|
||||
namespace Microsoft.eShopWeb.FunctionalTests.Web.Controllers
|
||||
{
|
||||
[Collection("Sequential")]
|
||||
public class CatalogControllerIndex : IClassFixture<CustomWebApplicationFactory<Startup>>
|
||||
public class CatalogControllerIndex : IClassFixture<WebTestFixture>
|
||||
{
|
||||
public CatalogControllerIndex(CustomWebApplicationFactory<Startup> factory)
|
||||
public CatalogControllerIndex(WebTestFixture factory)
|
||||
{
|
||||
Client = factory.CreateClient();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user