Skip to content

Commit

Permalink
🗓 Mar 19, 2024 11:16:50 PM
Browse files Browse the repository at this point in the history
🐙 plugins updated
  • Loading branch information
securisec committed Mar 20, 2024
1 parent 9e7c1ee commit f392d46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests_plugins/test_additionalextractors.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ def test_jpath():
)


def test_php_deserialzie():
assert Chepy(
'a:3:{i:1;s:6:"elem 1";i:2;s:6:"elem 2";i:3;s:7:" elem 3";}'
).php_deserialize().o == {1: b"elem 1", 2: b"elem 2", 3: b" elem 3"}
# def test_php_deserialzie():
# assert Chepy(
# 'a:3:{i:1;s:6:"elem 1";i:2;s:6:"elem 2";i:3;s:7:" elem 3";}'
# ).php_deserialize().o == {1: b"elem 1", 2: b"elem 2", 3: b" elem 3"}


def test_minify_xml():
Expand Down

0 comments on commit f392d46

Please sign in to comment.