mirror of
https://github.com/nextcloud/server.git
synced 2026-02-14 08:14:47 -05:00
test(settings): Fix CI after parallel merges
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
0478825fac
commit
ba88bf4727
1 changed files with 2 additions and 2 deletions
|
|
@ -182,7 +182,7 @@ class AppSettingsControllerTest extends TestCase {
|
|||
]);
|
||||
|
||||
$this->initialState
|
||||
->expects($this->exactly(4))
|
||||
->expects($this->exactly(5))
|
||||
->method('provideInitialState');
|
||||
|
||||
$policy = new ContentSecurityPolicy();
|
||||
|
|
@ -222,7 +222,7 @@ class AppSettingsControllerTest extends TestCase {
|
|||
]);
|
||||
|
||||
$this->initialState
|
||||
->expects($this->exactly(4))
|
||||
->expects($this->exactly(5))
|
||||
->method('provideInitialState');
|
||||
|
||||
$policy = new ContentSecurityPolicy();
|
||||
|
|
|
|||
Loading…
Reference in a new issue