Skip to content

Commit

Permalink
Lint: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardjkim committed Dec 20, 2024
1 parent 3f46c89 commit a290e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/auth/trust/trustv1/trustedcluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import (

// TestCloudProhibited verifies that Trusted Clusters cannot be created or updated
// in a Cloud hosted environment.
// Tests cannot be run in parrallel because it relies on environment variables.
// Tests cannot be run in parallel because it relies on environment variables.
func TestCloudProhibited(t *testing.T) {
ctx := context.Background()
p := newTestPack(t)
Expand Down

0 comments on commit a290e38

Please sign in to comment.