We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7d5502 commit fd06280Copy full SHA for fd06280
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:Any = expectation.expectation
+ expectation_name: Any = expectation.expectation
165
if isinstance(expectation_name, Behaviors):
166
expectation_name = expectation_name.value
167
0 commit comments