mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Stewpeed typo :|
This commit is contained in:
parent
086db7a94b
commit
7b4a9b57bc
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ def test_service_add():
|
|||
service_add("dummyservice", description="A dummy service to run tests")
|
||||
assert "dummyservice" in service_status().keys()
|
||||
|
||||
def test_service_add_real_service()
|
||||
def test_service_add_real_service():
|
||||
|
||||
service_add("networking")
|
||||
assert "networking" in service_status().keys()
|
||||
|
|
Loading…
Add table
Reference in a new issue