aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2024-02-01 11:47:33 +0100
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2024-02-01 12:03:55 +0100
commitaed6a7354defdc5e7e61ef169a01b1196035be29 (patch)
treee047f38d674535beefb535380f2da41abe95463c
parenta39a9545a95111249c0e8e23a9be3a6a2dc059db (diff)
Fix integration tests
After deletion of msb.k8s package integration tests needed to be refactored Issue-ID: TEST-404 Change-Id: I4ad558a7c6ccd83c84568c554c0a49fa91893ac4 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
-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)