[corey.bryant,trivial] Patch out service_restart() in unit test.

This commit is contained in:
Corey Bryant 2015-07-02 11:31:25 -04:00
parent 9e248fb92b
commit ea788a1b84
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ TO_PATCH = [
'relation_get',
'relation_set',
'service_name',
'service_restart',
'log',
# charmhelpers.core.host
'apt_install',