]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4326] Typo
authorFrancis Dupont <fdupont@isc.org>
Sat, 23 May 2026 18:04:21 +0000 (20:04 +0200)
committerFrancis Dupont <fdupont@isc.org>
Sat, 23 May 2026 18:04:21 +0000 (20:04 +0200)
src/hooks/d2/gss_tsig/tests/gss_tsig_cfg_unittests.cc

index 9a2d66428c4bc5f5ae8d19051ad7629f4b9e76be..6adcd87ecb89a884f22acf641a79f9469ddb0100 100644 (file)
@@ -1250,7 +1250,7 @@ TEST(GssTsigCfgTest, configureDuplicate) {
 TEST(GssTsigCfgTest, IgnoreBadDirectionDefault) {
     // Constructor default is false.
     GssTsigCfg cfg;
-    xASSERT_FALSE(cfg.getIgnoreBadDirection());
+    ASSERT_FALSE(cfg.getIgnoreBadDirection());
     ASSERT_FALSE(GssApiSecCtx::ignore_bad_direction_);
     ConstElementPtr json = Element::createMap();
     ASSERT_NO_THROW(cfg.configure(json));