Zblerg propagate changes on tests

This commit is contained in:
Alexandre Aubin 2021-09-23 20:04:27 +02:00
parent e001f26f87
commit 8cc229e19b
2 changed files with 304 additions and 217 deletions

View file

@ -2386,7 +2386,7 @@ def _guess_webapp_path_requirement(questions: List[Question], app_folder: str) -
path_questions = [question for question in questions if question.type == "path"] path_questions = [question for question in questions if question.type == "path"]
if len(domain_questions) == 0 and len(path_questions) == 0: if len(domain_questions) == 0 and len(path_questions) == 0:
return None return ""
if len(domain_questions) == 1 and len(path_questions) == 1: if len(domain_questions) == 1 and len(path_questions) == 1:
return "domain_and_path" return "domain_and_path"
if len(domain_questions) == 1 and len(path_questions) == 0: if len(domain_questions) == 1 and len(path_questions) == 0:

File diff suppressed because it is too large Load diff