Update test/influxdb3/engine.test.sh

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/6179/head
Jason Stirnaman 2025-06-30 14:57:33 -05:00 committed by GitHub
parent a40220091c
commit 3405e93ea6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Create a processing engine request trigger
# // SECTION - influxdb3-core
curl -v -X POST "http://localhost:8181/api/v3/configure/processingengine/trigger" \
--header "Authorization: Bearer ${INFLUXDB3_ENTERPRISE_ADMIN_TOKEN}" \
--header "Authorization: Bearer ${INFLUXDB3_CORE_ADMIN_TOKEN}" \
--json '{
"db": "sensors",
"plugin_filename": "request.py",