Remove whitespace

This commit is contained in:
Ken Tsang
2017-05-17 14:10:13 +01:00
parent 54446d5f4d
commit edff192efc

View File

@@ -258,7 +258,7 @@ def test_create_service_returns_service_with_default_permissions(service_factory
assert all(p.permission in [SMS_TYPE, EMAIL_TYPE] for p in service.permissions)
# This test is only for backward compatibility and will be removed
# This test is only for backward compatibility and will be removed
# when the 'can_use' columns are dropped from the Service data model
@pytest.mark.parametrize("permission_to_add, can_send_letters, can_send_international_sms",
[(LETTER_TYPE, True, False),