ocis icon indicating copy to clipboard operation
ocis copied to clipboard

[full-ci] address Gtw selector sonarcloud complaints

Open butonic opened this issue 1 year ago • 4 comments

address sonarcloud complaints from https://github.com/owncloud/ocis/pull/10133 that got merged early

butonic avatar Sep 23 '24 15:09 butonic

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

update-docs[bot] avatar Sep 23 '24 15:09 update-docs[bot]

Unit test fails

• [FAILED] [0.001 seconds]
ContentConnector PutFile [It] Missing upload endpoint
/drone/src/services/collaboration/pkg/connector/contentconnector_test.go:389

  [FAILED] Unexpected error:
      <*connector.ConnectorError | 0xc000b43098>: 
      url is missing
      {
          HttpCodeOut: 500,
          Msg: "url is missing",
      }
  occurred
  In [It] at: /drone/src/services/collaboration/pkg/connector/contentconnector_test.go:409 @ 09/23/24 15:39:28.741
------------------------------
••

Summarizing 1 Failure:
  [FAIL] ContentConnector PutFile [It] Missing upload endpoint
  /drone/src/services/collaboration/pkg/connector/contentconnector_test.go:409

micbar avatar Sep 24 '24 08:09 micbar

ah ... it needs a json payload ...

butonic avatar Sep 24 '24 14:09 butonic