We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b4071 commit 09241eaCopy full SHA for 09241ea
1 file changed
test/__init__.py
@@ -95,7 +95,7 @@ def test_send(self):
95
"asm_group_id": 42
96
}
97
'''))
98
- self.assertEqual(url, test_url)
+ self.assertItemsEqual(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