From 779a2542d3ba8fc072bba0ba0ebaa70227e09f58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Thu, 22 Jan 2015 21:15:59 +0100 Subject: [PATCH] Update test_exporter_api.py --- tests/integration/test_exporter_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_exporter_api.py b/tests/integration/test_exporter_api.py index 9e25ccce..7758fdf6 100644 --- a/tests/integration/test_exporter_api.py +++ b/tests/integration/test_exporter_api.py @@ -64,7 +64,7 @@ def test_valid_project_export_with_celery_enabled(client, settings): response = client.get(url, content_type="application/json") assert response.status_code == 202 response_data = json.loads(response.content.decode("utf-8")) - assert "export-id" in response_data + assert "export_id" in response_data def test_valid_project_with_throttling(client, settings):