diff options
author | GomathiselviS <gomathiselvi@gmail.com> | 2021-02-19 08:30:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-19 13:30:58 +0000 |
commit | 7a5b1d97c706e695257af464cd7cc207d2d9bd3b (patch) | |
tree | 32f2249e28d1fe669544495a364a0308a5f3baff /changelogs/fragments | |
parent | 7f81392b306defda822bf8835cf59e207aad1af7 (diff) | |
download | vyos.vyos-7a5b1d97c706e695257af464cd7cc207d2d9bd3b.tar.gz vyos.vyos-7a5b1d97c706e695257af464cd7cc207d2d9bd3b.zip |
modify import of resource module class in unit tests (#126)
Modify import of resource module class in unit tests
Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'changelogs/fragments')
-rw-r--r-- | changelogs/fragments/modify_resource_module_class_import.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/modify_resource_module_class_import.yaml b/changelogs/fragments/modify_resource_module_class_import.yaml new file mode 100644 index 0000000..ba94846 --- /dev/null +++ b/changelogs/fragments/modify_resource_module_class_import.yaml @@ -0,0 +1,3 @@ +--- +trivial: + - Modify import of resource_module class in unit tests. |