aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2024-02-01 11:30:30 +0000
committerGerrit Code Review <gerrit@onap.org>2024-02-01 11:30:30 +0000
commit8b34966c26139c9e9d76123a21b7a6e32e51947c (patch)
tree99d96aac135cca5797ac5ba5e766cda8535e5034
parent45393e9760048678cc2906c030c82e495e91b6cc (diff)
parentaed6a7354defdc5e7e61ef169a01b1196035be29 (diff)
Merge "Fix integration tests"
-rw-r--r--integration_tests/test_10_k8s.py (renamed from integration_tests/test_10_msb_k8s.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration_tests/test_10_msb_k8s.py b/integration_tests/test_10_k8s.py
index 5b2c0ee..34b389e 100644
--- a/integration_tests/test_10_msb_k8s.py
+++ b/integration_tests/test_10_k8s.py
@@ -16,7 +16,7 @@ import os
import pytest
-from onapsdk.msb.k8s import (
+from onapsdk.k8s import (
Definition,
Instance,
ConnectivityInfo)