diff --git a/test/influxdb3/engine.test.sh b/test/influxdb3/engine.test.sh index 8732ac1c3..7c884129a 100644 --- a/test/influxdb3/engine.test.sh +++ b/test/influxdb3/engine.test.sh @@ -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",