Skip to content

Commit 6b306ac

Browse files
committed
fix test
1 parent 1172482 commit 6b306ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/PIDisableTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ public function testPIMgmtShowsBothGroupsWithDisabledAttributeSetFalseAndUnset()
114114
$pi_group = $USER->getPIGroup();
115115
$entry = $LDAP->getPIGroupEntry($pi_group->gid);
116116
$this->assertEquals([], $entry->getAttribute("isDisabled"));
117+
$this->switchUser("Admin");
117118
$this->assertStringContainsString(
118119
$pi_group->gid,
119120
http_get(__DIR__ . "/../../webroot/admin/pi-mgmt.php"),

0 commit comments

Comments
 (0)