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 a77999f commit a1eceaaCopy full SHA for a1eceaa
airbyte_cdk/test/standard_tests/docker_base.py
@@ -79,7 +79,7 @@ def get_scenarios(
79
warnings.warn(
80
f"Acceptance test config file not found: {e!s}. No scenarios will be loaded.",
81
category=UserWarning,
82
- stacklevel=0,
+ stacklevel=1,
83
)
84
return []
85
0 commit comments