Skip to content

Commit

Permalink
Format e2e files for golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
falfaroc committed Dec 2, 2024
1 parent 1710d77 commit 9f8e759
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/e2e/e2e.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ func (f *feature) checkPodsStatus() error {
log.Println("[checkPodsStatus] checking pods status")

_, err := f.areAllPodsRunning()

if err != nil {
return fmt.Errorf("Pods not ready, check pods status and then try again")
}
Expand Down Expand Up @@ -302,7 +301,6 @@ func (f *feature) checkPodsForCordonRun() error {
log.Println("[checkPodsForCordonRun] checking pods status")

pods, err := f.areAllPodsRunning()

if err != nil {
return fmt.Errorf("Pods not ready, check pods status and then try again")
}
Expand Down

0 comments on commit 9f8e759

Please sign in to comment.