Skip to content

Commit c219b2d

Browse files
fix unit test
1 parent 6a801fc commit c219b2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/test/python/aliases_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,11 +447,11 @@ def testIsWlstModelAttributeName(self):
447447
return
448448

449449
def testIsPSUMatch(self):
450-
wls_version = '12.2.1.4.0.210930'
450+
wls_version = '12.2.1.4.210930'
451451
arg_map = {
452452
CommandLineArgUtil.ORACLE_HOME_SWITCH: '/oracleHome',
453453
CommandLineArgUtil.DOMAIN_HOME_SWITCH: '',
454-
CommandLineArgUtil.TARGET_VERSION_SWITCH: '12.2.1.4.0.210930'
454+
CommandLineArgUtil.TARGET_VERSION_SWITCH: '12.2.1.4.210930'
455455
}
456456

457457
this_model_context = ModelContext("test", arg_map)

0 commit comments

Comments
 (0)