diff --git a/tests/test_iac_models.py b/tests/test_iac_models.py index 62373a57..102b5902 100644 --- a/tests/test_iac_models.py +++ b/tests/test_iac_models.py @@ -90,7 +90,7 @@ def test_schema_loads(self, schema_klass, expected_klass, instance_data): GIVEN the right kwargs and an extra field in dict format WHEN loading using the schema THEN the extra field is not taken into account - AND the result should be an instance of the expected class + AND the result should be an instance of the expected class """ schema = schema_klass() diff --git a/tests/test_models.py b/tests/test_models.py index 8a1bd444..436ea3a4 100644 --- a/tests/test_models.py +++ b/tests/test_models.py @@ -166,7 +166,7 @@ def test_schema_loads(self, schema_klass, expected_klass, instance_data): GIVEN the right kwargs and an extra field in dict format WHEN loading using the schema THEN the extra field should be excluded - AND the result should be an instance of the expected class + AND the result should be an instance of the expected class """ schema = schema_klass()