We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a801fc commit c219b2dCopy full SHA for c219b2d
core/src/test/python/aliases_test.py
@@ -447,11 +447,11 @@ def testIsWlstModelAttributeName(self):
447
return
448
449
def testIsPSUMatch(self):
450
- wls_version = '12.2.1.4.0.210930'
+ wls_version = '12.2.1.4.210930'
451
arg_map = {
452
CommandLineArgUtil.ORACLE_HOME_SWITCH: '/oracleHome',
453
CommandLineArgUtil.DOMAIN_HOME_SWITCH: '',
454
- CommandLineArgUtil.TARGET_VERSION_SWITCH: '12.2.1.4.0.210930'
+ CommandLineArgUtil.TARGET_VERSION_SWITCH: '12.2.1.4.210930'
455
}
456
457
this_model_context = ModelContext("test", arg_map)
0 commit comments