From 97421fb1436ca4d130d3dd2600c605e92325be80 Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 4 Nov 2024 09:30:21 -0500 Subject: fix(tests): Add RemoteAddress v6 zone ID test Signed-off-by: Josh --- tests/lib/Security/Ip/RemoteAddressTest.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/lib') diff --git a/tests/lib/Security/Ip/RemoteAddressTest.php b/tests/lib/Security/Ip/RemoteAddressTest.php index d780c3bc198..d1f621796fe 100644 --- a/tests/lib/Security/Ip/RemoteAddressTest.php +++ b/tests/lib/Security/Ip/RemoteAddressTest.php @@ -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], -- cgit v1.2.3