Fixes unit tests for bigip_firewall_policy module (#48490)

This commit is contained in:
Tim Rupp
2018-11-10 14:39:10 -08:00
committed by GitHub
parent 112ce6da89
commit fd0f3ad648
2 changed files with 15 additions and 8 deletions

View File

@@ -521,8 +521,9 @@ def main():
supports_check_mode=spec.supports_check_mode,
)
client = F5RestClient(**module.params)
try:
client = F5RestClient(**module.params)
mm = ModuleManager(module=module, client=client)
results = mm.exec_module()
cleanup_tokens(client)