]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3398] Updated UT using 1234
authorFrancis Dupont <fdupont@isc.org>
Sat, 21 Dec 2024 08:56:29 +0000 (09:56 +0100)
committerFrancis Dupont <fdupont@isc.org>
Mon, 27 Jan 2025 14:05:11 +0000 (15:05 +0100)
src/lib/config/tests/http_command_config_unittests.cc

index 6b9d12d54da2f45e26a35055727e2001b60d3d1c..3fb65c2c54d1324eab2e08e149fcb47e1ca1eba3 100644 (file)
@@ -276,7 +276,7 @@ TEST_F(HttpCommandConfigTest, authentication) {
         "authentication": {
             "clients": [ {
                 "user": "admin",
-                "password": "1234"
+                "password": "foobar"
             } ]
         }
     })";
@@ -307,7 +307,7 @@ TEST_F(HttpCommandConfigTest, authentication) {
             "realm": "BAR",
             "clients": [ {
                 "user": "admin",
-                "password": "1234"
+                "password": "foobar"
             } ]
         }
     })";
@@ -329,7 +329,7 @@ TEST_F(HttpCommandConfigTest, authentication) {
             "directory": "",
             "clients": [ {
                 "user": "admin",
-                "password": "1234"
+                "password": "foobar"
             } ]
         }
     })";