1 parent 9609ec6 commit e7d5502Copy full SHA for e7d5502
1 file changed
data_expectations/internals/expectations.py
@@ -161,7 +161,7 @@ def validate_configuration(self) -> List[str]:
161
162
for i, expectation in enumerate(self.set_of_expectations):
163
# Handle both Behaviors enum and string expectation names
164
- expectation_name = expectation.expectation
+ expectation_name:Any = expectation.expectation
165
if isinstance(expectation_name, Behaviors):
166
expectation_name = expectation_name.value
167
0 commit comments