diff --git a/storage/pkg/command/frontend.go b/storage/pkg/command/frontend.go index 1010b13dc5f..e3b97ad80c5 100644 --- a/storage/pkg/command/frontend.go +++ b/storage/pkg/command/frontend.go @@ -235,6 +235,7 @@ func frontendConfigFromStruct(c *cli.Context, cfg *config.Config, filesCfg map[s "versionstring": "10.0.11", "edition": "community", "productname": "reva", + "product": "reva", "hostname": "", }, "support_url_signing": true, @@ -303,6 +304,7 @@ func frontendConfigFromStruct(c *cli.Context, cfg *config.Config, filesCfg map[s "minor": 0, "micro": 11, "string": "10.0.11", + "product": "reva", }, }, }, diff --git a/tests/acceptance/expected-failures-API-on-OCIS-storage.md b/tests/acceptance/expected-failures-API-on-OCIS-storage.md index c5630848c3c..b1ef4356017 100644 --- a/tests/acceptance/expected-failures-API-on-OCIS-storage.md +++ b/tests/acceptance/expected-failures-API-on-OCIS-storage.md @@ -1856,10 +1856,5 @@ Not everything needs to be implemented for ocis. While the oc10 testsuite covers - [apiMain/checksums.feature:233](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiMain/checksums.feature#L233) -#### [status does not have new product data item](https://github.com/owncloud/ocis/issues/3317) - -- [apiCapabilities/capabilities.feature:959](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiCapabilities/capabilities.feature#L959) -- [apiMain/status.feature:5](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiMain/status.feature#L5) - Note: always have an empty line at the end of this file. The bash script that processes this file requires that the last line has a newline on the end.