Skip to content

Commit 09b132d

Browse files
committed
fixup! MOAR refactor
1 parent aa08ce0 commit 09b132d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_profiling/test_sampling_profiler/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ def test_script_error_treatment(self):
724724
)
725725
output = result.stdout + result.stderr
726726

727-
if "Permission Error" in output:
727+
if "PermissionError" in output:
728728
self.skipTest("Insufficient permissions for remote profiling")
729729
self.assertNotIn("Script file not found", output)
730730
self.assertIn(

0 commit comments

Comments
 (0)