import make_item method in tests
diff --git a/erpnext/selling/doctype/quotation/test_quotation.py b/erpnext/selling/doctype/quotation/test_quotation.py
index bd63c3d..a95fd52 100644
--- a/erpnext/selling/doctype/quotation/test_quotation.py
+++ b/erpnext/selling/doctype/quotation/test_quotation.py
@@ -204,6 +204,7 @@
 	def test_expired_quotations(self):
 		import datetime
 		from erpnext.selling.doctype.quotation.quotation import set_expired_status
+		from erpnext.stock.doctype.item.test_item import make_item
 		test_item = make_item("_Test Paraglider",
 						{"is_stock_item":1})