Skip to content

Commit cc80170

Browse files
authored
fix readme run integration individual tests cmd (#12113)
1 parent 9bc5bc9 commit cc80170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/testing/integration-tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ python -m pytest --log-cli-level=INFO tests/integration
9494
You can further specify the file and test class you want to run in the test path:
9595

9696
```bash
97-
TEST_PATH="tests/integration/docker/test_docker.py::TestDockerClient" make test
97+
TEST_PATH="tests/integration/docker_utils/test_docker.py::TestDockerClient" make test
9898
```
9999

100100
### Test against a running LocalStack instance

0 commit comments

Comments
 (0)