Skip to content

Commit 29bd116

Browse files
committed
Update tfe.go
1 parent 8f3d712 commit 29bd116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tfe.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ func checkResponseCode(r *http.Response) error {
987987
return err
988988
}
989989

990-
if errorPayloadContains(errs, "Invalid include parameter") {
990+
if errorPayloadContains(errs, "include parameter") {
991991
return ErrInvalidIncludeValue
992992
}
993993
return errors.New(strings.Join(errs, "\n"))

0 commit comments

Comments
 (0)