diff --git a/.ci/tests/integration-oauth2/cases/java-download-function-generic-auth/verify.sh b/.ci/tests/integration-oauth2/cases/java-download-function-generic-auth/verify.sh index 4202b8754..f16217fa9 100644 --- a/.ci/tests/integration-oauth2/cases/java-download-function-generic-auth/verify.sh +++ b/.ci/tests/integration-oauth2/cases/java-download-function-generic-auth/verify.sh @@ -41,7 +41,7 @@ if [ $? -ne 0 ]; then exit 1 fi -verify_log_topic=$(ci::verify_log_topic_with_auth persistent://public/default/logging-generic-auth-function-logs "it is not a NAR file" 10 2>&1) +verify_log_topic=$(ci::verify_log_topic_with_auth persistent://public/default/logging-generic-auth-function-logs "org.apache.pulsar.functions.runtime.JavaInstanceStarter" 10 2>&1) if [ $? -ne 0 ]; then echo "$verify_log_topic" kubectl delete -f "${BASE_DIR}"/.ci/tests/integration-oauth2/cases/java-download-function-generic-auth/manifests.yaml > /dev/null 2>&1 || true