mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Remve debug file from vault unit test
This commit is contained in:
parent
2a0028e687
commit
85bc14a8eb
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ class TestVaultLib(TestCase):
|
||||||
sensitive_data = "ansible"
|
sensitive_data = "ansible"
|
||||||
sensitive_hex = hexlify(sensitive_data)
|
sensitive_hex = hexlify(sensitive_data)
|
||||||
data = v._add_headers_and_hexify_encrypted_data(sensitive_data)
|
data = v._add_headers_and_hexify_encrypted_data(sensitive_data)
|
||||||
open("/tmp/awx.log", "a").write("data: %s\n" % data)
|
|
||||||
lines = data.split('\n')
|
lines = data.split('\n')
|
||||||
assert len(lines) > 1, "failed to properly add header"
|
assert len(lines) > 1, "failed to properly add header"
|
||||||
header = lines[0]
|
header = lines[0]
|
||||||
|
|
Loading…
Reference in a new issue