aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2023-09-15 10:30:21 +0200
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2023-09-15 14:58:26 +0200
commit3e8bb0ba2c6f04da8ebd6254ee7f859d5f8ac448 (patch)
tree2a5f0b2184626207b42eaf21a653cbaed2a9cd2e /tests
parent245a4c2fc28b7751f94c168ec94b4b7fb6dd5a6c (diff)
Regression quickfix
Release 12.3.1 quickfix version Issue-ID: INT-2137 Change-Id: I785e7256bc5678e098cdf77d78d9ee27db8fd69f Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Diffstat (limited to 'tests')
-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 ccf9517..c1cace3 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__ == '12.3.0'
+ assert version.__version__ == '12.3.1'