aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2023-01-16 15:19:43 +0000
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2023-01-16 15:19:43 +0000
commit43e2ad7a54287f03fc594e559ac147ddaf896228 (patch)
tree68b5a0779ffaab864ff2caf3dd28a09a57def835 /tests
parentfc0de239e86e0fd73fea527e11990288a2be8ebc (diff)
Release bugfix version 10.3.1v10.3.1
Fix a bug with incorrect url to delete SDC elements (vendors, vsps) Issue-ID: INT-2193 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Idd1fab4db52b5c69acf8da36f5dda56d57172cb1
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 c345c16..70d0fe7 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__ == '10.3.0'
+ assert version.__version__ == '10.3.1'