refactor(core): Serializer Functional Test Suite re-enabled for model Manufacturer

ref: #908 #911 #914
This commit is contained in:
2025-07-30 10:01:30 +09:30
parent ee5055950d
commit 3a5630995b

View File

@ -10,6 +10,8 @@ from core.serializers.manufacturer import Manufacturer, ManufacturerModelSeriali
@pytest.mark.model_manufacturer
@pytest.mark.module_core
class ManufacturerValidationAPI(
TestCase,
):