From b9e1c5e64ce52063f10ac9c1bed01dfd38ad9513 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Wed, 20 Nov 2024 09:52:25 +0000 Subject: [PATCH] Fix test name --- test/lib/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/test.py b/test/lib/test.py index ee29a18b..88bfc3d8 100755 --- a/test/lib/test.py +++ b/test/lib/test.py @@ -9,7 +9,7 @@ tests = [ (1, './01-con-discon-will-clear.py'), (1, './01-con-discon-will-v5.py'), (1, './01-con-discon-will.py'), - (1, './01-extended-auth-complete.py'), + (1, './01-extended-auth-continue.py'), (1, './01-extended-auth-failure.py'), (1, './01-keepalive-pingreq.py'), (1, './01-no-clean-session.py'),