CIAM-1692 OfflineTokenSpringBootTest is failing in pipeline due to Hamcrest dependency (#9300)
This commit is contained in:
parent
dff79cee3c
commit
6d0b551b5e
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ public class AssertEvents implements TestRule {
|
||||||
.user(defaultUserId())
|
.user(defaultUserId())
|
||||||
.ipAddress(
|
.ipAddress(
|
||||||
System.getProperty("auth.server.host", "localhost").contains("localhost")
|
System.getProperty("auth.server.host", "localhost").contains("localhost")
|
||||||
? CoreMatchers.anyOf(is(DEFAULT_IP_ADDRESS), is(DEFAULT_IP_ADDRESS_V6), is(DEFAULT_IP_ADDRESS_V6_SHORT))
|
? Matchers.anyOf(is(DEFAULT_IP_ADDRESS), is(DEFAULT_IP_ADDRESS_V6), is(DEFAULT_IP_ADDRESS_V6_SHORT))
|
||||||
: Matchers.any(String.class))
|
: Matchers.any(String.class))
|
||||||
.session((String) null)
|
.session((String) null)
|
||||||
.event(event);
|
.event(event);
|
||||||
|
|
Loading…
Reference in a new issue