mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-04 06:18:48 +00:00
Unit test fixes
This commit is contained in:
parent
9add3d4409
commit
ee906fc6e6
@ -141,10 +141,6 @@ class TestBuildViews(TestCase):
|
|||||||
response = self.client.get(reverse('build-index'))
|
response = self.client.get(reverse('build-index'))
|
||||||
self.assertEqual(response.status_code, 200)
|
self.assertEqual(response.status_code, 200)
|
||||||
|
|
||||||
content = str(response.content)
|
|
||||||
|
|
||||||
self.assertIn("Part Builds", content)
|
|
||||||
|
|
||||||
def test_build_detail(self):
|
def test_build_detail(self):
|
||||||
""" Test the detail view for a Build object """
|
""" Test the detail view for a Build object """
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user