From 2eb9d1a6ac4b5bb8e2a37bce6377541ea0a1c55a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Wed, 10 May 2023 09:40:18 +0200 Subject: [PATCH] refactor: cleanup --- dev_gpt/options/generate/pm/pm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev_gpt/options/generate/pm/pm.py b/dev_gpt/options/generate/pm/pm.py index 28425d2..d062bcd 100644 --- a/dev_gpt/options/generate/pm/pm.py +++ b/dev_gpt/options/generate/pm/pm.py @@ -52,8 +52,8 @@ Description of the microservice: test_description += self.user_input_extension_if_needed( context, microservice_description, - condition_question='Does request schema require a file?', - question_gen='Generate a question that asks for an example file url.', + condition_question='Does the request schema provided include a property that represents a file?', + question_gen='Generate a question that requests for an example file url.', extension_name='Input Example', ) microservice_description += self.user_input_extension_if_needed(