Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Sep 25, 2023
1 parent 36b47e4 commit 20b058b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 25 deletions.
2 changes: 1 addition & 1 deletion pkg/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import (
"go.step.sm/crypto/randutil"

// gocritic is disabled because google.golang.org/protobuf/proto does not provide a method to convert MessageV1 to MessageV2.
"github.com/golang/protobuf/proto"
"github.com/golang/protobuf/proto" //nolint:staticcheck
"google.golang.org/protobuf/encoding/protojson"
)

Expand Down
22 changes: 0 additions & 22 deletions tests/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,24 +239,6 @@ services:
interval: 5s
timeout: 5s
retries: 5
storage-home-s3ng:
extends: revad
hostname: storage-home
command: -c /etc/revad/storage-home-s3ng.toml
volumes:
- shared-volume:/var/tmp
depends_on:
ceph:
condition: service_healthy
storage-users-s3ng:
extends: revad
hostname: storage-users
command: -c /etc/revad/storage-users-s3ng.toml
volumes:
- shared-volume:/var/tmp
depends_on:
ceph:
condition: service_healthy
acceptance-3:
extends: acceptance
environment:
Expand Down Expand Up @@ -286,10 +268,6 @@ services:
condition: service_healthy
ldap-users:
condition: service_healthy
storage-home-s3ng:
condition: service_healthy
storage-users-s3ng:
condition: service_healthy

volumes:
shared-volume:
2 changes: 1 addition & 1 deletion tests/revad/storage-home-ocis.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ enable_home = true
address = "0.0.0.0:12001"

[http.services.dataprovider]
driver = "local"
driver = "localhome"
temp_folder = "/var/tmp/reva/tmp"

[http.services.dataprovider.drivers.localhome]
Expand Down
2 changes: 1 addition & 1 deletion tests/revad/storage-local-1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ address = "0.0.0.0:11101"
driver = "local"
temp_folder = "/var/tmp/reva/tmp"

[http.services.dataprovider.drivers.ocis]
[http.services.dataprovider.drivers.local]
root = "/var/tmp/reva/data-local-1"

0 comments on commit 20b058b

Please sign in to comment.