Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency committed Jan 6, 2025
1 parent 14d1ae7 commit b50c216
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelogs/fragments/95-use-client-utils-in-modules.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
minor_changes:
- pyvmomi module base - refactor class to use the pyvmomi shared client util class as a base
- rest module base - refactor class to use the rest shared client util class as a base
1 change: 0 additions & 1 deletion tests/unit/plugins/modules/test_utils_module_rest_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@ def test_get_content_library_ids(self, mocker):
mocker.patch.object(self.base.library_service, 'find', return_value=['1'])

assert self.base.get_content_library_ids(name='foo') == ['1']

0 comments on commit b50c216

Please sign in to comment.