From 863a3f2342568bfdfcf16f12177178bb14c74b4b Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Mon, 27 Nov 2023 12:01:08 -0500 Subject: [PATCH] typos --- src/tests/modules/dict/map.unlang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tests/modules/dict/map.unlang b/src/tests/modules/dict/map.unlang index 7efe536e6f646..fb3ed4a01af81 100644 --- a/src/tests/modules/dict/map.unlang +++ b/src/tests/modules/dict/map.unlang @@ -56,11 +56,11 @@ if (%dict.vendor.num('Reply-Message') != 0) { test_fail } -if (%dict.attr.type ('User-Name') != 'string') { +if (%dict.attr.type('User-Name') != 'string') { test_fail } -if (%dict.attr.type ('Vendor-Specific') != 'vendor') { +if (%dict.attr.type('Vendor-Specific') != 'vsa') { test_fail }