Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Psukhe authored Jun 25, 2024
1 parent 7f6b888 commit 65f1050
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rollout/analysis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1952,7 +1952,6 @@ func TestDoNotCreateBackgroundAnalysisRunWhenWithinRollbackWindow(t *testing.T)

f.rolloutLister = append(f.rolloutLister, r2)
f.analysisTemplateLister = append(f.analysisTemplateLister, at)
f.analysisRunLister = append(f.analysisRunLister)
f.objects = append(f.objects, r2, at)

f.expectUpdateReplicaSetAction(rs2)
Expand Down

0 comments on commit 65f1050

Please sign in to comment.