Skip to content

Commit

Permalink
fix for guiwrapperTest after adding of container behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Jun 16, 2020
1 parent 02278a1 commit 3987760
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -86,7 +86,8 @@ public class TestIntegrationObjectWrapperFactory extends AbstractInitializedGuiI
UserType.F_ACTIVATION,
UserType.F_TRIGGER,
UserType.F_CREDENTIALS,
UserType.F_ADMIN_GUI_CONFIGURATION);
UserType.F_ADMIN_GUI_CONFIGURATION,
UserType.F_BEHAVIOR);
private static final List<ItemPath> BASIC_SHADOW_CONTAINERS_PATHS = Arrays.asList(
ShadowType.F_EXTENSION,
ShadowType.F_METADATA,
Expand All @@ -109,7 +110,8 @@ public class TestIntegrationObjectWrapperFactory extends AbstractInitializedGuiI
OrgType.F_DATA_PROTECTION,
OrgType.F_TRIGGER,
OrgType.F_AUTOASSIGN,
ShadowType.F_CREDENTIALS);
OrgType.F_CREDENTIALS,
OrgType.F_BEHAVIOR);
private String userWallyOid;
private String accountWallyOid;

Expand Down

0 comments on commit 3987760

Please sign in to comment.