diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/identity_new_resource_nashorn.toml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/identity_new_resource_nashorn.toml index 4a3117c331..57fce1ac3d 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/identity_new_resource_nashorn.toml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/identity_new_resource_nashorn.toml @@ -33,4 +33,4 @@ secure = false http_method = "all" [AdaptiveAuth] -ScriptEngine = "nashorn" +ScriptEngine = "openjdkNashorn" diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/scriptEngine/nashorn_script_engine_config.toml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/scriptEngine/nashorn_script_engine_config.toml index 862b938c74..03e698f46c 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/scriptEngine/nashorn_script_engine_config.toml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/scriptEngine/nashorn_script_engine_config.toml @@ -74,4 +74,4 @@ app_password= "dashboard" #port= 587 [AdaptiveAuth] -ScriptEngine = "nashorn" +ScriptEngine = "openjdkNashorn"