Skip to content
Snippets Groups Projects
Commit 6f026f6f authored by Piotr Gawron's avatar Piotr Gawron
Browse files

redundant new line removed

parent d2943cca
No related branches found
No related tags found
1 merge request!336Pylint checks
......@@ -44,4 +44,3 @@ class VoucherTypeViewTests(LoggedInTestCase):
voucher_type = create_voucher_type()
response = self.client.get(reverse('web.views.voucher_type_edit', kwargs={'pk': voucher_type.id}))
self.assertEqual(response.status_code, 302)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment