From 63a3d0d25087a92abae72ec5084e8e17e64f5013 Mon Sep 17 00:00:00 2001 From: Luca Prete Date: Tue, 23 Dec 2025 17:06:11 +0100 Subject: [PATCH] Fix pytest -s in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e836e79e4..862072ceb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -846,7 +846,7 @@ Building an inventory file by hand is difficult. To simplify this task, the defa Suppose you want to generate the inventory for the last DNS example above (the one creating the recordsets from a YAML file). Assuming that example is the first code block under the "Private Zone" section in the README for the `dns` module, you can run the following command to build the inventory: ```bash -pytest -s 'tests/examples/test_plan.py::test_example[modules/dns:Private Zone:1]' +pytest -s 'tests/examples/test_plan.py::test_example[terraform:modules/dns:Private Zone:1]' ``` which will generate a output similar to this: