mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
fix(tests): Add RemoteAddress v6 zone ID test
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
e7fa55d59f
commit
7ff1654ed3
1 changed files with 2 additions and 0 deletions
|
|
@ -52,6 +52,8 @@ class RemoteAddressTest extends \Test\TestCase {
|
|||
// No configuration
|
||||
['1.2.3.4', false, true],
|
||||
['1234:4567:8910::', false, true],
|
||||
// v6 Zone ID
|
||||
['fe80::1fc4:15d8:78db:2319%enp4s0', false, true],
|
||||
// Empty configuration
|
||||
['1.2.3.4', [], true],
|
||||
['1234:4567:8910::', [], true],
|
||||
|
|
|
|||
Loading…
Reference in a new issue