Skip to content

Commit

Permalink
Update db/maintenance/list.go
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Curzola <[email protected]>
  • Loading branch information
SCedricThomas and curzolapierre authored Jul 6, 2023
1 parent 2da8959 commit c06a812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/maintenance/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func List(ctx context.Context, app string, addonName string, paginationOpts scal

response, err := c.DatabaseListMaintenance(ctx, app, addonName, paginationOpts)

Check failure on line 26 in db/maintenance/list.go

View workflow job for this annotation

GitHub Actions / Unit Tests

c.DatabaseListMaintenance undefined (type *scalingo.Client has no field or method DatabaseListMaintenance)
if err != nil {
return errgo.Notef(err, "fail to list the database maintenance")
return errgo.Notef(err, "list the database maintenance")
}

t := tablewriter.NewWriter(os.Stdout)
Expand Down

0 comments on commit c06a812

Please sign in to comment.