remove emtpy line

This commit is contained in:
Andreas Zweili 2020-02-29 21:08:18 +01:00
parent 0b17943e2a
commit e188b3e4f7
1 changed files with 0 additions and 1 deletions

View File

@ -131,4 +131,3 @@ def test_customer_list_view_multiple_customers(create_admin_user):
"/customer/"
+ str(customer1.id)
+ "/users/"))