From 736ac400e5e5a9647e522a33264b3b04663a313c Mon Sep 17 00:00:00 2001 From: Andy Goldstein Date: Thu, 14 Jul 2022 12:49:58 -0400 Subject: [PATCH] e2e: homeworkspaces: fix expectation Signed-off-by: Andy Goldstein --- test/e2e/homeworkspaces/home_workspaces_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/homeworkspaces/home_workspaces_test.go b/test/e2e/homeworkspaces/home_workspaces_test.go index 3f158373f30..6ce7c75624b 100644 --- a/test/e2e/homeworkspaces/home_workspaces_test.go +++ b/test/e2e/homeworkspaces/home_workspaces_test.go @@ -153,7 +153,7 @@ func TestUserHomeWorkspaces(t *testing.T) { Name: "workspace1", }, }, metav1.CreateOptions{}) - require.EqualError(t, err, `workspaces.tenancy.kcp.dev is forbidden: "create" workspace "" in workspace "root:users:bi:ie:user-1" is not allowed`, "user-2 should be not able to trigger the automatic creation of user-1 home") + require.EqualError(t, err, `workspaces.tenancy.kcp.dev is forbidden: "create" workspace "workspace1" in workspace "root:users:bi:ie:user-1" is not allowed`, "user-2 should be not able to trigger the automatic creation of user-1 home") }, }, {