Skip to content

Commit

Permalink
[SHIBUI-1237]
Browse files Browse the repository at this point in the history
remove workaround for filters
  • Loading branch information
jj committed Feb 22, 2019
1 parent bbf07f1 commit ad70870
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ public static Map<String, Object> getRelyingPartyOverridesRepresentationFromAttr
}
}

// TODO: fix this; currently there is a problem with not returning a value
completeMe(relyingPartyOverrides);

return relyingPartyOverrides;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ class PolymorphicFiltersJacksonHandlingTests extends Specification {
roundTripFilter instanceof EntityRoleWhiteListFilter
}

@Ignore("until we handle the workaround for SHIBUI-1237")
def "Correct polymorphic serialization of EntityAttributesFilter"() {
given:
def simulatedPersistentFilter = testObjectGenerator.entityAttributesFilter()
Expand Down

0 comments on commit ad70870

Please sign in to comment.