Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
N-o-Z committed Dec 3, 2024
1 parent 00b2f00 commit 36f0461
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/lakefs/cmd/run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import (
func TestGetAuthService(t *testing.T) {
t.Run("maintain_inviter", func(t *testing.T) {
cfg := &config.Config{}
cfg.Auth.UIConfig.RBAC = config.AuthRBACInternal
cfg.Auth.API.Endpoint = "http://localhost:8000"
cfg.Auth.API.SkipHealthCheck = true
service := cmd.NewAuthService(context.Background(), cfg, logging.ContextUnavailable(), nil, nil)
Expand Down

0 comments on commit 36f0461

Please sign in to comment.