Skip to content

Commit 3405e93

Browse files
jstirnamanCopilot
andauthored
Update test/influxdb3/engine.test.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a402200 commit 3405e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/influxdb3/engine.test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Create a processing engine request trigger
22
# // SECTION - influxdb3-core
33
curl -v -X POST "http://localhost:8181/api/v3/configure/processingengine/trigger" \
4-
--header "Authorization: Bearer ${INFLUXDB3_ENTERPRISE_ADMIN_TOKEN}" \
4+
--header "Authorization: Bearer ${INFLUXDB3_CORE_ADMIN_TOKEN}" \
55
--json '{
66
"db": "sensors",
77
"plugin_filename": "request.py",

0 commit comments

Comments
 (0)