From: Nick Porter Date: Fri, 26 Apr 2024 14:15:39 +0000 (+0100) Subject: Fix typo in test X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a2927cabda854833e29724bc2b2fd1a15170992;p=thirdparty%2Ffreeradius-server.git Fix typo in test --- diff --git a/src/tests/modules/sqlippool/release.unlang b/src/tests/modules/sqlippool/release.unlang index ade5e01b6b5..070cfd23556 100644 --- a/src/tests/modules/sqlippool/release.unlang +++ b/src/tests/modules/sqlippool/release.unlang @@ -35,7 +35,7 @@ if !(updated) { # # Verify the association with the device has been removed # -if (%sql("SELECT address FROM fr_ippool WHERE pool_name = '%{control.IP-Pool.Name}' AND owner = '%{Calling-Station-Id}")) { +if (%sql("SELECT address FROM fr_ippool WHERE pool_name = '%{control.IP-Pool.Name}' AND owner = '%{Calling-Station-Id}'")) { test_fail }