We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52bcc85 commit c754895Copy full SHA for c754895
airbyte_cdk/test/standard_tests/models/scenario.py
@@ -24,6 +24,8 @@ class ConnectorTestScenario(BaseModel):
24
acceptance test configuration file.
25
"""
26
27
+ # Allows the class to be hashable, which PyTest will require
28
+ # when we use to parameterize tests.
29
model_config = ConfigDict(frozen=True)
30
31
class AcceptanceTestExpectRecords(BaseModel):
0 commit comments