Cleanup of debug and change test fixtures

Signed-off-by: Tom Page <tpage@redhat.com>
This commit is contained in:
Tom Page
2020-06-16 14:30:28 +01:00
parent 1c78190385
commit 73a39c1e55
2 changed files with 25 additions and 36 deletions

View File

@@ -101,7 +101,6 @@ def main():
'target_credential': target_credential_id,
'input_field_name': input_field_name,
}
module.json_output['all'] = module.get_all_endpoint('credential_input_sources', **{'data': {}})
credential_input_source = module.get_one('credential_input_sources', **{'data': lookup_data})
if state == 'absent':