Skip to content

Commit 8b30677

Browse files
committed
add missing switchUser
1 parent 1a1183b commit 8b30677

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/NewUserTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ public function testCreateUserByCreateGroup()
327327
// $this->assertTrue($third_request_failed);
328328
$this->assertRequestedPIGroup(false);
329329
} finally {
330+
switchUser(...$user_to_create_args);
330331
$this->ensureOrgGroupDoesNotExist();
331332
$this->ensurePIGroupDoesNotExist();
332333
$this->ensureUserDoesNotExist();

0 commit comments

Comments
 (0)