Skip to content

Commit

Permalink
adress failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iaristide committed Jun 17, 2024
1 parent 1d187ad commit 109fc17
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ def test_list_strings(self, m_request, in_params, request_params, base_absolut_u
"isHidden": None,
"maxLength": None,
"labelIds": None,
"branchId": None
},
),
(
Expand All @@ -117,6 +118,7 @@ def test_list_strings(self, m_request, in_params, request_params, base_absolut_u
"isHidden": True,
"maxLength": 2,
"labelIds": [1, 2, 3],
"branchId": None
},
{
"text": "text",
Expand All @@ -126,6 +128,7 @@ def test_list_strings(self, m_request, in_params, request_params, base_absolut_u
"isHidden": True,
"maxLength": 2,
"labelIds": [1, 2, 3],
"branchId": None
},
),
),
Expand Down

0 comments on commit 109fc17

Please sign in to comment.