From 59707dab3df81c7dd801a9dd5aafe04222e53cc2 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Tue, 19 Nov 2024 20:35:31 +0200 Subject: [PATCH] Update `localstorage_int_test.go` reference (#11339) Signed-off-by: Emmanuel Ferdman --- tests/integration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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