mirror of
https://github.com/YunoHost/yunohost.git
synced 2025-09-23 00:38:32 +02:00
Force remove domain
This commit is contained in:
parent
97f50e396c
commit
edd6074025
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ def secondary_domain(request):
|
|||
domain_add("example.test")
|
||||
|
||||
def remove_example_domain():
|
||||
domain_remove("example.test")
|
||||
domain_remove("example.test", force=True)
|
||||
request.addfinalizer(remove_example_domain)
|
||||
|
||||
return "example.test"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue