Skip to content

Commit

Permalink
Adjust test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jvillafanez committed Sep 16, 2021
1 parent 502e77b commit a680fc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions accounts/pkg/proto/v0/accounts.pb.micro_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ func init() {

cfg := config.New()
cfg.Repo.Disk.Path = dataPath
cfg.Server.DemoUsersAndGroups = true
var hdlr *svc.Service
var err error

Expand Down
4 changes: 3 additions & 1 deletion ocs/pkg/server/http/svc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,9 @@ func init() {
)

c := &accountsCfg.Config{
Server: accountsCfg.Server{},
Server: accountsCfg.Server{
DemoUsersAndGroups: true,
},
Repo: accountsCfg.Repo{
Disk: accountsCfg.Disk{
Path: dataPath,
Expand Down

0 comments on commit a680fc1

Please sign in to comment.