Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Dunn <[email protected]>
  • Loading branch information
Psukhe authored and adunn-sofi committed Jun 25, 2024
1 parent 9f5a4e7 commit 2ed5b66
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 2ed5b66

Please sign in to comment.