Skip to content

Commit

Permalink
fix UT for new capability logic
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobGros committed Dec 6, 2024
1 parent 6a8ef1a commit c15c97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/step_defs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2331,7 +2331,7 @@ func (f *feature) aValidControllerGetCapabilitiesResponseIsReturned() error {
}
}

if f.service.opts.IsHealthMonitorEnabled && count != 11 {
if f.service.opts.IsHealthMonitorEnabled && count != 10 {
// Set default value
f.service.opts.IsHealthMonitorEnabled = false
return errors.New("Did not retrieve all the expected capabilities")
Expand Down

0 comments on commit c15c97d

Please sign in to comment.