Fix pc sampling unit test (#847)

[ROCm/rocprofiler-compute commit: 81daaaecc7]
This commit is contained in:
Fei Zheng
2025-08-01 09:28:43 -06:00
کامیت شده توسط GitHub
والد 4edffecd3c
کامیت bf05f442b8
@@ -9270,7 +9270,7 @@ def test_pc_sampling_prof_empty_appcmd(
assert mock_capture_subprocess.called
options_list = mock_capture_subprocess.call_args[0][0]
assert options_list[-1] == ""
assert options_list[-1] == "--"
mock_console_error.assert_not_called()
mock_capture_subprocess.reset_mock()