Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
fix: use format correctly (#1819)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya authored Nov 19, 2021
1 parent 1ae9d78 commit daca7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/_suites/fleet/fleet.go
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ func (fts *FleetTestSuite) verifyDefaultAPIKey(status string) error {
return errors.New("Integration updated and Default API Key is changed")
}

log.WithFields(logFields).Infof("Default API Key has %s when the Integration has been updated" + status)
log.WithFields(logFields).Infof("Default API Key has %s when the Integration has been updated", status)
return nil
}

Expand Down

0 comments on commit daca7f6

Please sign in to comment.