aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_version.py
diff options
context:
space:
mode:
authormichal.jagiello@t-mobile.pl <michal.jagiello@t-mobile.pl>2024-03-12 16:46:54 +0000
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2024-03-14 09:31:10 +0100
commitbd1eed0a99651140fe381c183bc38221c598814f (patch)
treed71514457dc85d733c10536724cab7690af645c5 /tests/test_version.py
parent7c3de7ac0ff93bae27f2a0a30198bb3d2e24cbf1 (diff)
Version 13.0.5 -- Add an exception on SDC model distribution check
There is a chance that SO-SDC controller returns an error that some artifact is not used in model. That's not an error which should mark distribution as failed Issue-ID: TEST-404 Change-Id: I27011f5c8989f989b95fa06a4632bf0ef16cc9bf Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Diffstat (limited to 'tests/test_version.py')
-rw-r--r--tests/test_version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_version.py b/tests/test_version.py
index eac3433..7633f9f 100644
--- a/tests/test_version.py
+++ b/tests/test_version.py
@@ -17,4 +17,4 @@ import onapsdk.version as version
def test_version():
"""Check version is the right one."""
- assert version.__version__ == '13.0.4'
+ assert version.__version__ == '13.0.5'