Commit a5b75d9
committed
test(sdk): remove redundant sys.argv patch from test_process_detector
Since ProcessResourceDetector now prefers sys.orig_argv (Python 3.10+),
the @patch('sys.argv', ...) decorator on test_process_detector is
redundant — the detector reads from sys.orig_argv which is already
patched. Remove it as suggested in review.
Addresses xrmx's review comment on open-telemetry#5083.
Signed-off-by: Ali <alliasgher123@gmail.com>1 parent 72470e6 commit a5b75d9
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
560 | 560 | | |
561 | 561 | | |
562 | 562 | | |
563 | | - | |
564 | | - | |
565 | | - | |
566 | | - | |
567 | 563 | | |
568 | 564 | | |
569 | 565 | | |
| |||
0 commit comments