File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed
tests/unit/plugins/modules Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ test_cases:
1313 handler : google-chrome.desktop
1414 mime_type : x-scheme-handler/http
1515 output :
16- handlers :
16+ before_handlers : []
17+ after_handlers :
1718 - google-chrome.desktop
1819 changed : true
1920 mocks :
@@ -38,15 +39,17 @@ test_cases:
3839 handler : google-chrome.desktop
3940 mime_type : x-scheme-handler/http
4041 output :
41- handlers :
42+ before_handlers : []
43+ after_handlers :
4244 - google-chrome.desktop
4345 changed : true
4446 stdout : Module executed in check mode
4547 diff :
4648 before :
47- handlers : null
49+ before_handlers : null
4850 after :
49- handlers : google-chrome.desktop
51+ after_handlers :
52+ - google-chrome.desktop
5053 flags :
5154 check : true
5255 diff : true
@@ -67,7 +70,9 @@ test_cases:
6770 handler : google-chrome.desktop
6871 mime_type : x-scheme-handler/http
6972 output :
70- handlers :
73+ before_handlers :
74+ - google-chrome.desktop
75+ after_handlers :
7176 - google-chrome.desktop
7277 changed : false
7378 mocks :
@@ -88,7 +93,9 @@ test_cases:
8893 handler : google-chrome.desktop
8994 mime_type : x-scheme-handler/http
9095 output :
91- handlers :
96+ before_handlers :
97+ - google-chrome.desktop
98+ after_handlers :
9299 - google-chrome.desktop
93100 changed : false
94101 flags :
You can’t perform that action at this time.
0 commit comments