diff --git a/tests/integration/README.md b/tests/integration/README.md index 04e2313c3a..d5ff270406 100644 --- a/tests/integration/README.md +++ b/tests/integration/README.md @@ -15,7 +15,7 @@ To facilitate K3s CLI testing, see `tests/util/cmd.go` helper functions. All integration tests should be placed under `tests/integration/`. All integration test files should be named: `_int_test.go`. All integration test functions should be named: `Test_Integration`. -See the [local storage test](../tests/integration/localstorage/localstorage_int_test.go) as an example. +See the [local storage test](../integration/localstorage/localstorage_int_test.go) as an example. ## Running