Update expectations

This commit is contained in:
Adrian Chaves 2026-06-30 13:19:41 +02:00
parent b53d402288
commit 73da54eed2
1 changed files with 1 additions and 1 deletions

View File

@ -746,7 +746,7 @@ class TestFeedExport(TestFeedExportBase):
]
formats = {
"csv": b"baz,egg,foo\r\n,spam1,bar1\r\n",
"csv": b"foo,egg,baz\r\nbar1,spam1,\r\n",
"json": b'[\n{"hello": "world2", "foo": "bar2"}\n]',
"jsonlines": (
b'{"foo": "bar1", "egg": "spam1"}\n{"hello": "world2", "foo": "bar2"}\n'