Skip to content

Commit

Permalink
Fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ndptech committed Apr 26, 2024
1 parent 6be8c29 commit 7a2927c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/modules/sqlippool/release.unlang
Expand Up @@ -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
}

Expand Down

0 comments on commit 7a2927c

Please sign in to comment.