Skip to content

Commit

Permalink
Удалена возможность изменить Startup в тестах
Browse files Browse the repository at this point in the history
  • Loading branch information
turbcool committed Jan 25, 2024
1 parent c51df09 commit 9f7aac3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ namespace NewPlatform.Flexberry.ORM.ODataService.Tests.CRUD.Update
/// <summary>
/// Тесты для проверки работы UpdateViews.
/// </summary>
public class UpdateViewsTest : BaseODataServiceIntegratedTest<UpdateViewsTestStartup>
public class UpdateViewsTest : BaseODataServiceIntegratedTest
{
/// <summary>
/// Конструктор по-умолчанию.
/// </summary>
/// <param name="factory">Фабрика для приложения.</param>
/// <param name="output">Вывод диагностической информации по тестам.</param>
public UpdateViewsTest(CustomWebApplicationFactory<UpdateViewsTestStartup> factory, ITestOutputHelper output)
public UpdateViewsTest(CustomWebApplicationFactory<ODataServiceSample.AspNetCore.Startup> factory, ITestOutputHelper output)
: base(factory, output)
{

Expand Down

0 comments on commit 9f7aac3

Please sign in to comment.