UPDATE
This commit is contained in:
@@ -130,7 +130,7 @@ class RecommendationServiceDefaultsTests(TestCase):
|
||||
mock_get_chat_client.return_value.chat.completions.create.return_value = mock_response
|
||||
|
||||
result = get_irrigation_recommendation(
|
||||
sensor_uuid=str(self.farm_uuid),
|
||||
farm_uuid=str(self.farm_uuid),
|
||||
growth_stage="میوهدهی",
|
||||
)
|
||||
|
||||
@@ -176,7 +176,7 @@ class RecommendationServiceDefaultsTests(TestCase):
|
||||
mock_get_chat_client.return_value.chat.completions.create.return_value = mock_response
|
||||
|
||||
result = get_irrigation_recommendation(
|
||||
sensor_uuid=str(self.farm_uuid),
|
||||
farm_uuid=str(self.farm_uuid),
|
||||
growth_stage="میوهدهی",
|
||||
irrigation_method_name="بارانی",
|
||||
)
|
||||
@@ -205,7 +205,7 @@ class RecommendationServiceDefaultsTests(TestCase):
|
||||
mock_get_chat_client.return_value.chat.completions.create.return_value = mock_response
|
||||
|
||||
result = get_fertilization_recommendation(
|
||||
sensor_uuid=str(self.farm_uuid),
|
||||
farm_uuid=str(self.farm_uuid),
|
||||
growth_stage="رویشی",
|
||||
)
|
||||
|
||||
@@ -232,7 +232,7 @@ class RecommendationServiceDefaultsTests(TestCase):
|
||||
mock_get_chat_client.return_value.chat.completions.create.return_value = mock_response
|
||||
|
||||
result = get_fertilization_recommendation(
|
||||
sensor_uuid=str(self.farm_uuid),
|
||||
farm_uuid=str(self.farm_uuid),
|
||||
growth_stage="رویشی",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user