Skip to content

Commit

Permalink
remove obsolete mock call
Browse files Browse the repository at this point in the history
  • Loading branch information
lubedacht committed Jun 17, 2024
1 parent 6a4116d commit ef477b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/service/cloud/ipblock_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ func (s *ipBlockTestSuite) TestReconcileControlPlaneEndpointUnavailable() {
s.mockListIPBlocksCall().Return(&sdk.IpBlocks{
Items: &[]sdk.IpBlock{*block},
}, nil).Once()
s.mockGetIPBlockByIDCall(exampleIPBlockID).Return(block, nil).Once()
requeue, err := s.service.ReconcileControlPlaneEndpoint(s.ctx, s.clusterScope)
s.True(requeue)
s.NoError(err)
Expand Down

0 comments on commit ef477b3

Please sign in to comment.