ansible-collections / community.digitalocean

This Ansible collection contains modules for assisting in the automation of the DigitalOcean cloud.
https://galaxy.ansible.com/community/digitalocean/
GNU General Public License v3.0
140 stars 57 forks source link

Missing integration test for `digital_ocean_database_info` #289

Closed mamercad closed 2 years ago

mamercad commented 2 years ago
SUMMARY

We're currently missing a dedicated integration test for digital_ocean_database_info (we're testing this module inside of digital_ocean_database). While this works, it's an outlier. For the rest of the modules info modules, we have dedicated tests.

ISSUE TYPE
COMPONENT NAME
EXPECTED RESULTS

There is a separate integration test for digital_ocean_database_info.

ACTUAL RESULTS

There is not a separate integration tests for digital_ocean_database_info.