Skip to content

Commit c2f5221

Browse files
committed
using the more comptaible assertDictEqual
1 parent 09241ea commit c2f5221

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def test_send(self):
9595
"asm_group_id": 42
9696
}
9797
'''))
98-
self.assertItemsEqual(url, test_url)
98+
self.assertDictEqual(url, test_url)
9999

100100
@unittest.skipUnless(sys.version_info < (3, 0), 'only for python2')
101101
def test__build_body_unicode(self):

0 commit comments

Comments
 (0)