diff --git a/docs/testing/testing-with-django.md b/docs/testing/testing-with-django.md index 81e6821158..938da926c4 100644 --- a/docs/testing/testing-with-django.md +++ b/docs/testing/testing-with-django.md @@ -123,7 +123,7 @@ best practices are for tests to: * Place any files created by the test under the dedicated directory tree for `test-backend` that is managed by the current development - environment (`var//test-backend/`). + environment (`var//test-backend/run_1234567/worker_N`). * Delete any files created by the test in the test class's `tearDown` method (which runs even if the test fails).