test: minor fix
This commit is contained in:
parent
3632f7a01d
commit
e4cf843fc7
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ def test_config_file(host):
|
||||||
assert path.is_file
|
assert path.is_file
|
||||||
assert path.user == 'root'
|
assert path.user == 'root'
|
||||||
assert path.group == 'kibana'
|
assert path.group == 'kibana'
|
||||||
assert path.mode == 0o644
|
assert path.mode == 0o640
|
||||||
|
|
||||||
def test_service(host):
|
def test_service(host):
|
||||||
service = host.service('kibana')
|
service = host.service('kibana')
|
||||||
|
|
Loading…
Reference in a new issue