Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Dmytro Bogatov
status-site
Commits
7c63666e
Commit
7c63666e
authored
Aug 06, 2017
by
Dmytro Bogatov
💕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix.
parent
1ac07b8c
Pipeline
#589
passed with stages
in 5 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
test/ControllerTests/AdminController/AdminControllerTest.cs
test/ControllerTests/AdminController/AdminControllerTest.cs
+3
-1
No files found.
test/ControllerTests/AdminController/AdminControllerTest.cs
View file @
7c63666e
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment