File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
instrumentation/opentelemetry-instrumentation-fastapi/tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1113,7 +1113,7 @@ def test_instruments_with_old_fastapi_installed(
11131113 mock_dep .return_value = dependency_conflict
11141114 _load_instrumentors (mock_distro )
11151115 mock_distro .load_instrumentor .assert_not_called ()
1116- mock_logger .assert_has_calls (
1116+ mock_logger .debug . assert_has_calls (
11171117 [self ._instrumentation_failed_to_load_call (dependency_conflict )]
11181118 )
11191119
@@ -1129,7 +1129,7 @@ def test_instruments_without_fastapi_installed(
11291129 mock_dep .return_value = dependency_conflict
11301130 _load_instrumentors (mock_distro )
11311131 mock_distro .load_instrumentor .assert_not_called ()
1132- mock_logger .assert_has_calls (
1132+ mock_logger .debug . assert_has_calls (
11331133 [self ._instrumentation_failed_to_load_call (dependency_conflict )]
11341134 )
11351135
You can’t perform that action at this time.
0 commit comments