Skip to content

Commit 8792009

Browse files
committed
testing
1 parent abd3ddc commit 8792009

File tree

1 file changed

+1
-1
lines changed
  • integration-tests/src/test/groovy/com/okta/sdk/tests/it/util

1 file changed

+1
-1
lines changed

integration-tests/src/test/groovy/com/okta/sdk/tests/it/util/Util.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class Util {
123123
.findFirst().isPresent()
124124
}
125125

126-
static void assertUserNotInGroup(User user, Group group, GroupApi groupApi, int times, long delayInMilliseconds, boolean present = false) {
126+
static void assertUserNotInGroup(User user, Group group, GroupApi groupApi, int times, long delayInMilliseconds, boolean present = true) {
127127
for (int ii = 0; ii < times; ii++) {
128128

129129
sleep(delayInMilliseconds)

0 commit comments

Comments
 (0)