Skip to content

Commit

Permalink
Change error message
Browse files Browse the repository at this point in the history
  • Loading branch information
vvuksan committed Jul 7, 2023
1 parent 139e7c0 commit 9fdd57b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions api.go
Original file line number Diff line number Diff line change
Expand Up @@ -2967,9 +2967,7 @@ func (sc *Client) CreateOrUpdateEdgeDeploymentService(corpName, siteName, fastly
}

// If we got here linking of Fastly Service with Inspection Service has timed out
err = errors.New("timed out associating fastly service with inspection service")

return err
return errors.New("timed out associating fastly service with inspection service. retry later.")

Check failure on line 2970 in api.go

View workflow job for this annotation

GitHub Actions / Build

error strings should not end with punctuation or newlines (ST1005)
}

// DetachEdgeDeploymentService removes all backends from the Edge Deployment connected to the Fastly service
Expand Down

0 comments on commit 9fdd57b

Please sign in to comment.