From 0b2acc88d7c16b8f6bcd680e616c336e4ae2723e Mon Sep 17 00:00:00 2001 From: CarlosNasayo Date: Tue, 18 Jul 2023 08:58:51 -0500 Subject: [PATCH] EWP-86 updated unit test for waterpointcontent, added test for ext_id --- src/tests/test_wp_content.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tests/test_wp_content.py b/src/tests/test_wp_content.py index 368f4af..d841ad6 100644 --- a/src/tests/test_wp_content.py +++ b/src/tests/test_wp_content.py @@ -70,7 +70,8 @@ def setUp(self): area=100.0, climatology=['climate1', 'climate2'], other_attributes=['attr1', 'attr2'], - watershed=self.watershed + watershed=self.watershed, + ext_id='512' ) self.waterpoint.save()