Skip to content

Commit

Permalink
remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nithyatsu committed Jan 15, 2025
1 parent ab8ce55 commit 9bfed7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cli/manifest/registermanifest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ func TestRegisterFile(t *testing.T) {
} else {
require.NoError(t, err)

// Verify the expected resource provider exists
if tt.expectedResourceProvider != "" {
rp, err := clientFactory.NewResourceProvidersClient().Get(context.Background(), tt.planeName, tt.expectedResourceProvider, nil)
require.NoError(t, err, "Failed to retrieve the expected resource provider")
Expand Down

0 comments on commit 9bfed7b

Please sign in to comment.