From 1b187a9e0a708146b796f279bef9a75ebd806964 Mon Sep 17 00:00:00 2001 From: Rosie Storey Date: Mon, 4 Mar 2019 16:08:10 -0500 Subject: [PATCH] Fix broken unit test --- exporter/tests/test_view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exporter/tests/test_view.py b/exporter/tests/test_view.py index a87265e99..059aacd9b 100644 --- a/exporter/tests/test_view.py +++ b/exporter/tests/test_view.py @@ -74,7 +74,7 @@ def test_csv_export(self): "b'Campaign,Project,Item,ItemId,Asset," "AssetStatus,DownloadUrl,Transcription\\r\\n'" "b'Test Campaign,Test Project,Test Item," - "testitem0123456789,TestAsset,completed," + "testitem.0123456789,TestAsset,completed," "http://tile.loc.gov/image-services/" "iiif/service:mss:mal:003:0036300:002/full" "/pct:25/0/default.jpg,Sample\\r\\n'"