Skip to content

Commit

Permalink
fix e2e workflows
Browse files Browse the repository at this point in the history
Signed-off-by: ghostloda <[email protected]>
  • Loading branch information
ghostloda committed Feb 28, 2025
1 parent 2acfdd3 commit a3a3094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lifecycle/test/e2e/suites/checkers/cluster_taints.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func (f *fakeTaintsClient) Verify() error {
if len(nodes.Items) != 1 {
return fmt.Errorf("expect 1 node, but got %d", len(nodes.Items))
}
if f.data == nil || len(f.data) == 0 {
if len(f.data) == 0 {
return nil
}
for _, node := range nodes.Items {
Expand Down

0 comments on commit a3a3094

Please sign in to comment.