From 9d8462e430345beca90616123047bd17c092abd2 Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Wed, 16 Aug 2017 10:00:53 +0100 Subject: [PATCH] Fix codestyle. Revert commit for package-lock.json --- .../app/main/views/service_settings/test_inbound_sms_setting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/main/views/service_settings/test_inbound_sms_setting.py b/tests/app/main/views/service_settings/test_inbound_sms_setting.py index 399761e2c..feb69e7fc 100644 --- a/tests/app/main/views/service_settings/test_inbound_sms_setting.py +++ b/tests/app/main/views/service_settings/test_inbound_sms_setting.py @@ -170,4 +170,4 @@ def test_if_sms_sender_set_then_form_populated( assert response.status_code == 200 page = BeautifulSoup(response.data.decode('utf-8'), 'html.parser') - assert page.find(id='sms_sender')['value'] == 'elevenchars' \ No newline at end of file + assert page.find(id='sms_sender')['value'] == 'elevenchars'