Skip to content

Commit e2ac70a

Browse files
committed
data is now pep8 compliant
1 parent d1211cb commit e2ac70a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ def test_get_with_action(self):
5252
list_id = post_contact_list.json()['Data'][0]['ID']
5353

5454
data = {
55-
'ContactsLists': [
56-
{
57-
"ListID": list_id,
58-
"Action": "addnoforce"
59-
}
60-
]
55+
'ContactsLists': [
56+
{
57+
"ListID": list_id,
58+
"Action": "addnoforce"
59+
}
60+
]
6161
}
6262
result_add_list = self.client.contact_managecontactslists.create(id=contact_id, data=data)
6363
self.assertTrue(result_add_list.status_code == 201)

0 commit comments

Comments
 (0)