Use python3 to run extauth.py for tests

This commit is contained in:
Stu Tomlinson 2023-01-19 12:57:33 +00:00
parent aeed1679d8
commit d4ab4d16e8
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@
{host_config, "localhost", [{auth_method, internal}]}.
{host_config, "extauth.localhost",
[{auth_method, external},
{extauth_program, "python extauth.py"}]}.
{extauth_program, "python3 extauth.py"}]}.
{host_config, "mnesia.localhost",
[{auth_method, internal},
{{add, modules}, [{mod_announce, [{db_type, internal}]},

View File

@ -1,5 +1,5 @@
define_macro:
EXTAUTH_CONFIG:
queue_type: ram
extauth_program: "python extauth.py"
extauth_program: "python3 extauth.py"
auth_method: external