diff options
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2023-06-13 04:58:19 +0000 |
---|---|---|
committer | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2023-06-13 04:58:19 +0000 |
commit | 9dcfe85e44300d9bf483453c07a0d31033c28427 (patch) | |
tree | c02d7f7b6d39c36b1da8c5c930cbe3cad41e80b5 /tests/test_so_catalog_adapter.py | |
parent | 0cf07628eefad6b567b8617583946314dd3ceea4 (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
Diffstat (limited to 'tests/test_so_catalog_adapter.py')
-rw-r--r-- | tests/test_so_catalog_adapter.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { |