Update test_exporter_api.py

remotes/origin/enhancement/email-actions
David Barragán Merino 2015-01-22 21:15:59 +01:00
parent 62d627beb4
commit 779a2542d3
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ def test_valid_project_export_with_celery_enabled(client, settings):
response = client.get(url, content_type="application/json") response = client.get(url, content_type="application/json")
assert response.status_code == 202 assert response.status_code == 202
response_data = json.loads(response.content.decode("utf-8")) 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): def test_valid_project_with_throttling(client, settings):