mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #16167 from nextcloud/fix/oauth2/tests
Fix the actual oauth2 tests
This commit is contained in:
commit
7fbfa5cd99
1 changed files with 1 additions and 1 deletions
|
|
@ -51,6 +51,6 @@ class AdminTest extends TestCase {
|
|||
}
|
||||
|
||||
public function testGetPriority() {
|
||||
$this->assertSame(0, $this->admin->getPriority());
|
||||
$this->assertSame(100, $this->admin->getPriority());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue