aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Remote/InstanceTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Remote/InstanceTest.php')
-rw-r--r--tests/lib/Remote/InstanceTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/lib/Remote/InstanceTest.php b/tests/lib/Remote/InstanceTest.php
index 027a67010be..560706e4572 100644
--- a/tests/lib/Remote/InstanceTest.php
+++ b/tests/lib/Remote/InstanceTest.php
@@ -1,4 +1,5 @@
<?php
+
/**
* SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
@@ -57,7 +58,7 @@ class InstanceTest extends TestCase {
$this->assertEquals(false, $instance2->isActive());
}
-
+
public function testPreventDowngradeAttach(): void {
$this->expectException(\Exception::class);
$this->expectExceptionMessage('refusing to connect to remote instance(example.com) over http that was previously accessible over https');