From 7b0b5cb8d11c20f2451666ee6cdec8883111f5c1 Mon Sep 17 00:00:00 2001 From: hasheddan Date: Mon, 1 Jun 2020 14:10:09 -0500 Subject: [PATCH] Fix minor typo in projected service account e2e test Signed-off-by: hasheddan --- test/e2e/auth/service_accounts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/auth/service_accounts.go b/test/e2e/auth/service_accounts.go index 5fb6f10536b..1fc9e7d0e1b 100644 --- a/test/e2e/auth/service_accounts.go +++ b/test/e2e/auth/service_accounts.go @@ -421,7 +421,7 @@ var _ = SIGDescribe("ServiceAccounts", func() { /* Testname: Projected service account token file ownership and permission. Description: Ensure that Projected Service Account Token is mounted with - correct file ownership and permissino mounted. We test the + correct file ownership and permission mounted. We test the following scenarios here. 1. RunAsUser is set, 2. FsGroup is set,