Skip to content

Commit f64292f

Browse files
Fix ci
1 parent 61415c2 commit f64292f

File tree

1 file changed

+1
-1
lines changed
  • .ci/tests/integration-oauth2/cases/java-download-function-generic-auth

1 file changed

+1
-1
lines changed

.ci/tests/integration-oauth2/cases/java-download-function-generic-auth/verify.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if [ $? -ne 0 ]; then
4141
exit 1
4242
fi
4343

44-
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)
44+
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)
4545
if [ $? -ne 0 ]; then
4646
echo "$verify_log_topic"
4747
kubectl delete -f "${BASE_DIR}"/.ci/tests/integration-oauth2/cases/java-download-function-generic-auth/manifests.yaml > /dev/null 2>&1 || true

0 commit comments

Comments
 (0)