We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test_oneof_usage
From the slack conv: https://airbytehq.slack.com/archives/C02URF2BKL1/p1643341400367279
Tell us what happens. After release of #9768 test_oneof_usage is failing with error:
for variant_path in variant_paths: > top_level_obj = dpath.util.get(self._schema, "/".join(variant_path[:-1])) E AttributeError: 'TestSpec' object has no attribute '_schema'
test_oneof_usage shouldn't crash the test execution
The text was updated successfully, but these errors were encountered:
🐛 SAT: Fix test_oneof_usage fail #9860 (#9861)
d566369
* fix pre-commit config * fix tests * beatify CHANGELOG.md Co-authored-by: Eugene Kulak <[email protected]>
keu
Successfully merging a pull request may close this issue.
From the slack conv:
https://airbytehq.slack.com/archives/C02URF2BKL1/p1643341400367279
Tell us what happens.
After release of #9768
test_oneof_usage
is failing with error:Expected Behavior
test_oneof_usage
shouldn't crash the test executionThe text was updated successfully, but these errors were encountered: