aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2023-10-16 09:49:51 +0200
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2023-10-16 09:49:51 +0200
commitb013514e27ddbb34b7b44119d83f42e9f3b09033 (patch)
treee4be43c6d79a527424c71e6c60b3838c39f1b058 /tests
parentdfec5af953913ec6017a98536cc034dd83cb1e4c (diff)
Create package with version on different format
Release jobs requires that version format Issue-ID: TEST-407 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I8b602898c9e5ebe9245e4e88e798ba0ed22fe25d
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 bf33b0b..089c6cb 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.4'
+ assert version.__version__ == '12.4.0'