def test_06_get_type(self):
     """
     Test that get_type returns the type parameter of the OdooRelation object
     :return:
     """
     test_or = OdooRelation("name", "type", "model")
     self.assertEqual("type", test_or.get_type())