Skip to content

Commit 7e7f2f6

Browse files
committed
Fix alias-test online ignore map for OHS in ResourceGroupTemplate
1 parent 1409d6d commit 7e7f2f6

File tree

1 file changed

+1
-1
lines changed
  • integration-tests/alias-test/verify/src/test/python/aliastest/verify

1 file changed

+1
-1
lines changed

integration-tests/alias-test/verify/src/test/python/aliastest/verify/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
ONLINE_ALIAS_FOLDER_IGNORE_MAP = {
3333
'/': ['ODLConfiguration', 'OHS', 'OPSSInitialization', 'ProductionRedeployments', 'RCUDbInfo', 'Security',
3434
'WLSPolicies', 'WLSRoles', 'WLSUserPasswordCredentialMappings'],
35-
'/ResourceGroupTemplate': ['SystemComponents']
35+
'/ResourceGroupTemplate': ['OHS', 'SystemComponents']
3636
}
3737

3838
ONLINE_ALIAS_ATTRIBUTE_IGNORE_MAP = {

0 commit comments

Comments
 (0)