Skip to content

Commit

Permalink
Merge pull request #715 from praekeltfoundation/endline_fixes
Browse files Browse the repository at this point in the history
change group count value to string
  • Loading branch information
Hlamallama authored Nov 22, 2023
2 parents 1628daa + 08944fb commit 0e65708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion yal/tests/surveys/test_endline.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def get_global_value(request):
{
"key": "Endline Study Max Participant Count",
"name": "endline_study_max_participant_count",
"value": 250,
"value": "250",
"modified_on": "2023-05-30T07:34:06.216776Z",
}
],
Expand Down
2 changes: 1 addition & 1 deletion yal/tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def get_global_value(request):
{
"key": "Endline Study Max Participant Count",
"name": "endline_study_max_participant_count",
"value": 250,
"value": "250",
"modified_on": "2023-05-30T07:34:06.216776Z",
}
],
Expand Down

0 comments on commit 0e65708

Please sign in to comment.