From 28ae0feafeabb21bdcab657b5a6b09762bd1d215 Mon Sep 17 00:00:00 2001 From: Marek Michali <56163696+MarekMichali@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:59:32 +0200 Subject: [PATCH] Update docs/contributor/05-10-e2e_tests.md Co-authored-by: Iwona Langer --- docs/contributor/05-10-e2e_tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributor/05-10-e2e_tests.md b/docs/contributor/05-10-e2e_tests.md index 61a5ac189b..a9412fbcfc 100644 --- a/docs/contributor/05-10-e2e_tests.md +++ b/docs/contributor/05-10-e2e_tests.md @@ -133,7 +133,7 @@ The test executes the following steps: The test executes the following steps: 1. Provisions a Kyma runtime cluster. 2. Creates a binding and saves the returned kubeconfig. -3. Inits a k8s client with the returned kubeconfig. +3. Initializes a Kubernetes client with the returned kubeconfig. 4. Tries to fetch a secret. 5. Deprovisions the Kyma runtime instance and cleans up the resources.