diff --git a/InvenTree/stock/tests.py b/InvenTree/stock/tests.py index b0b05b6326..d232d3ab3d 100644 --- a/InvenTree/stock/tests.py +++ b/InvenTree/stock/tests.py @@ -122,7 +122,7 @@ class StockTest(TestCase): self.assertEqual(self.home.get_absolute_url(), '/stock/location/1/') def test_barcode(self): - barcode = self.office.format_barcode() + barcode = self.office.format_barcode(brief=False) self.assertIn('"name": "Office"', barcode)