Skip to content

Commit 16dc31c

Browse files
committed
added custom assertDictEqual() function
1 parent 080202b commit 16dc31c

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
@@ -108,7 +108,7 @@ def test_send(self):
108108
"asm_group_id": 42
109109
}
110110
'''))
111-
self.assertDictEqual(url, test_url)
111+
self.assertEqual(url, test_url)
112112

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

0 commit comments

Comments
 (0)