aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2023-06-13 04:58:19 +0000
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2023-06-13 04:58:19 +0000
commit9dcfe85e44300d9bf483453c07a0d31033c28427 (patch)
treec02d7f7b6d39c36b1da8c5c930cbe3cad41e80b5
parent0cf07628eefad6b567b8617583946314dd3ceea4 (diff)
[SO] Fix typo in module name
Change catalog_cb_adapter into catalog_db_adapter Issue-ID: INT-2226 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I891f59fec3e8f42e698ee125db1ad393668fda7c
-rw-r--r--src/onapsdk/so/catalog_db_adapter.py (renamed from src/onapsdk/so/catalog_cb_adapter.py)0
-rw-r--r--tests/test_so_catalog_adapter.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/src/onapsdk/so/catalog_cb_adapter.py b/src/onapsdk/so/catalog_db_adapter.py
index f8c54e0..f8c54e0 100644
--- a/src/onapsdk/so/catalog_cb_adapter.py
+++ b/src/onapsdk/so/catalog_db_adapter.py
diff --git a/tests/test_so_catalog_adapter.py b/tests/test_so_catalog_adapter.py
index f020b74..2f6534e 100644
--- a/tests/test_so_catalog_adapter.py
+++ b/tests/test_so_catalog_adapter.py
@@ -13,7 +13,7 @@
# limitations under the License.
from unittest import mock
-from onapsdk.so.catalog_cb_adapter import CatalogDbAdapter
+from onapsdk.so.catalog_db_adapter import CatalogDbAdapter
SERVICE_RESPONSE = {