Skip to content

Commit

Permalink
metadata api, 204 is expected (SumoLogic#889)
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Porter <portertech@gmail.com>
  • Loading branch information
portertech authored Jan 11, 2023
1 parent e26ca88 commit 86c255c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/extension/sumologicextension/extension.go
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,7 @@ func (se *SumologicExtension) updateMetadataWithHTTPClient(ctx context.Context,

case http.StatusUnauthorized:
return errUnauthorizedMetadata
case http.StatusNoContent:
case http.StatusOK:
}

Expand Down

0 comments on commit 86c255c

Please sign in to comment.