Skip to content

Commit

Permalink
e2e: homeworkspaces: fix expectation
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Goldstein <[email protected]>
  • Loading branch information
ncdc committed Jul 14, 2022
1 parent f323b31 commit 736ac40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/homeworkspaces/home_workspaces_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
},
},
{
Expand Down

0 comments on commit 736ac40

Please sign in to comment.