mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Not sure what I'm doing but for some reason can't remove yolo.test anymore because it's the main domain during tests idk
This commit is contained in:
parent
72eb0b2e49
commit
037a2a66a4
1 changed files with 2 additions and 1 deletions
|
@ -107,6 +107,7 @@ def teardown_function(function):
|
||||||
|
|
||||||
if "with_custom_domain" in markers:
|
if "with_custom_domain" in markers:
|
||||||
domain = markers["with_custom_domain"]["args"][0]
|
domain = markers["with_custom_domain"]["args"][0]
|
||||||
|
if domain != maindomain:
|
||||||
domain_remove(domain)
|
domain_remove(domain)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue