minor changes to headlines structure
parent
4de84bbc9a
commit
b2c7660ee5
|
@ -44,7 +44,7 @@ In the examples below, replace the following:
|
||||||
|
|
||||||
{{% code-placeholders "DATABASE_NAME|AUTH_TOKEN|PLUGIN_FILENAME" %}}
|
{{% code-placeholders "DATABASE_NAME|AUTH_TOKEN|PLUGIN_FILENAME" %}}
|
||||||
|
|
||||||
## Test a schedule plugin
|
### Test a schedule plugin
|
||||||
|
|
||||||
<!--pytest.mark.skip-->
|
<!--pytest.mark.skip-->
|
||||||
|
|
||||||
|
@ -54,4 +54,5 @@ influxdb3 test schedule_plugin \
|
||||||
--token AUTH_TOKEN \
|
--token AUTH_TOKEN \
|
||||||
PLUGIN_FILENAME.py
|
PLUGIN_FILENAME.py
|
||||||
```
|
```
|
||||||
{{% /code-placeholders %}}
|
{{% /code-placeholders %}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue