Skip to content

Commit c754895

Browse files
authored
Update airbyte_cdk/test/standard_tests/models/scenario.py
1 parent 52bcc85 commit c754895

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

airbyte_cdk/test/standard_tests/models/scenario.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ class ConnectorTestScenario(BaseModel):
2424
acceptance test configuration file.
2525
"""
2626

27+
# Allows the class to be hashable, which PyTest will require
28+
# when we use to parameterize tests.
2729
model_config = ConfigDict(frozen=True)
2830

2931
class AcceptanceTestExpectRecords(BaseModel):

0 commit comments

Comments
 (0)