Skip to content

Commit

Permalink
test case cahnge
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashutosh619-sudo committed Aug 31, 2023
1 parent c77a546 commit c30b398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_xero/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def test_get_destination_attributes_view(api_client, test_connection):
response = api_client.get(
url,
data={
'attribute_types__in': 'CUSTOMER',
'attribute_type__in': 'CUSTOMER',
'active': 'true'
}
)
Expand Down

0 comments on commit c30b398

Please sign in to comment.