mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
51c5e60e49
commit
cb4bf04be6
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ def test_module_response_deepcopy_basic():
|
|||
|
||||
def test_module_response_deepcopy_atomic():
|
||||
tests = [None, 42, 2**100, 3.14, True, False, 1j,
|
||||
"hello", "hello\u1234"]
|
||||
"hello", u"hello\u1234"]
|
||||
for x in tests:
|
||||
assert module_response_deepcopy(x) is x
|
||||
|
||||
|
|
Loading…
Reference in a new issue