We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0387a8e commit 04e3670Copy full SHA for 04e3670
Lib/test/test_profiling/test_sampling_profiler/test_integration.py
@@ -724,7 +724,7 @@ def test_script_error_treatment(self):
724
)
725
output = result.stdout + result.stderr
726
727
- if "Permission Error" in output:
+ if "PermissionError" in output:
728
self.skipTest("Insufficient permissions for remote profiling")
729
self.assertNotIn("Script file not found", output)
730
self.assertIn(
0 commit comments