mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-30 06:11:26 -07:00
Remove regex related to baby-JSON parsing only.
This commit is contained in:
parent
22dbb65b13
commit
d6e6d2a6ca
2 changed files with 1 additions and 4 deletions
|
@ -453,8 +453,6 @@ class TestUtils(unittest.TestCase):
|
|||
'{"foo": "bar"}\n')
|
||||
self.assertEqual(ansible.utils.filter_leading_non_json_lines('a\nb\nansible!\n["foo", "bar"]'),
|
||||
'["foo", "bar"]\n')
|
||||
self.assertEqual(ansible.utils.filter_leading_non_json_lines('a\nb\nansible!\nfoo=bar'),
|
||||
'foo=bar\n')
|
||||
|
||||
def test_boolean(self):
|
||||
self.assertEqual(ansible.utils.boolean("true"), True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue