Skip to content

Commit 48b82e7

Browse files
committed
fix UT
Signed-off-by: Ryan Zhang <[email protected]>
1 parent 70cf9e3 commit 48b82e7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ ut-coverage.xml
3434
*~
3535

3636
.vscode/
37+
.qoder/

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ make e2e-tests
3535
# Run custom E2E tests with labels
3636
make e2e-tests-custom
3737

38-
# Clean up E2E envioronment
38+
# Clean up E2E environment
3939
make clean-e2e-tests
4040
```
4141

pkg/propertyprovider/azure/provider.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ func (p *PropertyProvider) Start(ctx context.Context, config *rest.Config) error
265265
} else {
266266
err := fmt.Errorf("rest.Config CAFile empty: %s", config.CAFile)
267267
klog.ErrorS(err, "No certificate authority data available in rest.Config")
268-
return err
269268
}
270269

271270
// Set up the node reconciler.

0 commit comments

Comments
 (0)