From 893163ff84242408e691d9f09fe8a5909417025e Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 2 Jan 2019 10:27:15 +0000 Subject: [PATCH] Reflect normalisation of whitespace in attributes BeautifulSoup version 4.7.0 changes how it handles whitespace in attribute values. See more detail here: https://bugs.launchpad.net/beautifulsoup/+bug/1787453 --- tests/app/main/views/test_send.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/tests/app/main/views/test_send.py b/tests/app/main/views/test_send.py index e896123b9..2109abdb1 100644 --- a/tests/app/main/views/test_send.py +++ b/tests/app/main/views/test_send.py @@ -651,10 +651,10 @@ def test_upload_valid_csv_shows_preview_and_table( for row_index, row in enumerate([ ( - '
07700900001
', - '
A
', + '
07700900001
', + '
A
', ( - ' ' + ' ' '
' '