mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-28 04:24:00 +03:00
Fix unit test that requires trailing whitespace
This commit is contained in:
parent
303a1108a7
commit
69fdd7f33a
|
@ -150,7 +150,7 @@ _flat_repr = '{"foo": ["bar", "baz"]}'
|
||||||
|
|
||||||
_indented_repr = """{
|
_indented_repr = """{
|
||||||
"foo": [
|
"foo": [
|
||||||
"bar",
|
"bar",
|
||||||
"baz"
|
"baz"
|
||||||
]
|
]
|
||||||
}"""
|
}"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user