mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +00:00
PEP!!!
This commit is contained in:
parent
28e9aa4afa
commit
199ba27031
@ -275,7 +275,6 @@ class PartQRTest(PartViewTestCase):
|
||||
def test_invalid_part(self):
|
||||
response = self.client.get(reverse('part-qr', args=(9999,)), HTTP_X_REQUESTED_WITH='XMLHttpRequest')
|
||||
|
||||
data = str(response.content)
|
||||
self.assertEqual(response.status_code, 200)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user