Skip to content

Commit d11d931

Browse files
Addressing Heitor's feedback
1 parent 52b0635 commit d11d931

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def test_with_xray_sdk_as_required_package(session: nox.Session):
8484
build_and_run_test(
8585
session,
8686
folders=[
87-
f"{PREFIX_TESTS_FUNCTIONAL}/tracing/_aws_xray_sdk/",
87+
f"{PREFIX_TESTS_FUNCTIONAL}/tracer/_aws_xray_sdk/",
8888
f"{PREFIX_TESTS_FUNCTIONAL}/middleware_factory/_aws_xray_sdk/",
8989
],
9090
extras="tracer",

0 commit comments

Comments
 (0)