|
@@ -38,7 +38,6 @@ using Hotline.Identity.Accounts;
|
|
|
using Hotline.Application.Tests.Controller;
|
|
|
using Hotline.Application.Tests.Infrastructure;
|
|
|
using Hotline.Authentications;
|
|
|
-using Hotline.Application.Orders.OrderPublishHandler;
|
|
|
using Hotline.FlowEngine.Notifications;
|
|
|
|
|
|
namespace Hotline.Application.Tests;
|
|
@@ -153,7 +152,6 @@ public class Startup
|
|
|
services.AddScoped<ISessionContextProvider, SessionContextProvider>();
|
|
|
services.AddScoped<ICallApplication, XingTangCallApplication>();
|
|
|
services.AddScoped<OrderServiceMock>();
|
|
|
- services.AddScoped<INotificationHandler<EndWorkflowNotify>, OrderPublishEndWorkflowHandler>();
|
|
|
//ServiceLocator.Instance = services.BuildServiceProvider();
|
|
|
}
|
|
|
|