Skip to content

Commit

Permalink
Yet another file
Browse files Browse the repository at this point in the history
  • Loading branch information
jejones3141 committed Dec 15, 2023
1 parent f10e4bf commit df52b46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/modules/eap_sim/sim_xlat_id_error.unlang
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
&User-Name := '14200322194552581'

if ("%(aka_sim_id_method:%{User-Name})" != '') {
if ("%aka_sim_id_method(%{User-Name})" != '') {
test_fail
}

Expand All @@ -12,7 +12,7 @@ if ("%(aka_sim_id_method:%{User-Name})" != '') {
#
&User-Name := ''

if ("%(aka_sim_id_method:%{User-Name})" != '') {
if ("%aka_sim_id_method(%{User-Name})" != '') {
test_fail
}

Expand Down

0 comments on commit df52b46

Please sign in to comment.