Skip to content

Commit a1eceaa

Browse files
committed
fix warning
1 parent a77999f commit a1eceaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/test/standard_tests/docker_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def get_scenarios(
7979
warnings.warn(
8080
f"Acceptance test config file not found: {e!s}. No scenarios will be loaded.",
8181
category=UserWarning,
82-
stacklevel=0,
82+
stacklevel=1,
8383
)
8484
return []
8585

0 commit comments

Comments
 (0)