Skip to content

Commit f2e193f

Browse files
committed
Cleanup whitespaces
Signed-off-by: Nelo-T. Wallus <[email protected]> Signed-off-by: Nelo-T. Wallus <[email protected]>
1 parent e14b5d3 commit f2e193f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/e2e/authentication/workspace_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ func TestWorkspaceOIDC(t *testing.T) {
122122

123123
for _, path := range []logicalcluster.Path{teamAPath, teamBPath, teamCPath} {
124124
t.Logf("An unauthenticated user shouldn't be able to list ConfigMaps in %s...", path)
125-
126125
_, err = randoKubeClusterClient.Cluster(path).CoreV1().ConfigMaps("default").List(ctx, metav1.ListOptions{})
127126
require.Error(t, err)
128127
}
@@ -241,7 +240,6 @@ func TestWorkspaceOIDC(t *testing.T) {
241240

242241
require.Eventually(t, func() bool {
243242
_, err := client.Cluster(workspace).CoreV1().ConfigMaps("default").List(ctx, metav1.ListOptions{})
244-
245243
return err == nil
246244
}, wait.ForeverTestTimeout, 500*time.Millisecond)
247245
} else {
@@ -377,7 +375,6 @@ func TestForbiddenSystemAccess(t *testing.T) {
377375
t.Log("Waiting for authenticator to be ready...")
378376
require.Eventually(t, func() bool {
379377
_, err := client.Cluster(teamPath).CoreV1().ConfigMaps("default").List(ctx, metav1.ListOptions{})
380-
381378
return err == nil
382379
}, wait.ForeverTestTimeout, 500*time.Millisecond)
383380

0 commit comments

Comments
 (0)