Skip to content
Snippets Groups Projects
Commit 7c63666e authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Fix.

parent 1ac07b8c
Branches
No related tags found
No related merge requests found
Pipeline #
......@@ -58,7 +58,9 @@ namespace StatusMonitor.Tests.ControllerTests
_mockMetricService.Object,
mockServiceProvider.Object,
_mockCleanService.Object,
context
context,
new Mock<INotificationService>().Object,
new Mock<IConfiguration>().Object
);
_controller.ControllerContext.HttpContext = new DefaultHttpContext();
_controller.TempData = new Mock<ITempDataDictionary>().Object;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment