We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09241ea commit c2f5221Copy full SHA for c2f5221
1 file changed
test/__init__.py
@@ -95,7 +95,7 @@ def test_send(self):
95
"asm_group_id": 42
96
}
97
'''))
98
- self.assertItemsEqual(url, test_url)
+ self.assertDictEqual(url, test_url)
99
100
@unittest.skipUnless(sys.version_info < (3, 0), 'only for python2')
101
def test__build_body_unicode(self):
0 commit comments