Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet committed Aug 31, 2024
1 parent 141d027 commit 9f829e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_crash_detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_weridly_escaped_payloads_are_detected(self):
self.assertAnyMatcherWouldDetect(output)

def test_phpinfo_or_env_is_detected(self):
output = run_in_container_and_get_output(["php", "-r", 'phpinfo();'])
output = run_in_container_and_get_output(["php", "-r", "phpinfo();"])
self.assertAnyMatcherWouldDetect(output)

def test_libxml_crashes_are_detected(self):
Expand Down

0 comments on commit 9f829e7

Please sign in to comment.