File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
tests/m2m_through_regress Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -84,11 +84,11 @@ def test_serialization(self):
84
84
)
85
85
self .assertJSONEqual (
86
86
out .getvalue ().strip (),
87
- '[{"pk": %(m_pk)s, "model": "m2m_through_regress.membership", '
88
- '"fields": {"person": %(p_pk)s, "price": 100, "group": %(g_pk)s}}, '
89
- '{"pk": %(p_pk)s, "model": "m2m_through_regress.person", '
87
+ '[{"pk": " %(m_pk)s" , "model": "m2m_through_regress.membership", '
88
+ '"fields": {"person": " %(p_pk)s" , "price": 100, "group": " %(g_pk)s" }}, '
89
+ '{"pk": " %(p_pk)s" , "model": "m2m_through_regress.person", '
90
90
'"fields": {"name": "Bob"}}, '
91
- '{"pk": %(g_pk)s, "model": "m2m_through_regress.group", '
91
+ '{"pk": " %(g_pk)s" , "model": "m2m_through_regress.group", '
92
92
'"fields": {"name": "Roll"}}]' % pks ,
93
93
)
94
94
You can’t perform that action at this time.
0 commit comments