Skip to content

Commit

Permalink
mute newService err in tests (#5372)
Browse files Browse the repository at this point in the history
  • Loading branch information
fschade authored Jan 10, 2023
1 parent 1f7cd52 commit 95023f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/graph/pkg/service/v0/groups_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ var _ = Describe("Groups", func() {
Expect(err).ToNot(HaveOccurred())

cfg.API.GroupMembersPatchLimit = 21
svc = service.NewService(
svc, _ = service.NewService(
service.Config(cfg),
service.WithGatewayClient(gatewayClient),
service.EventsPublisher(&eventsPublisher),
Expand Down

0 comments on commit 95023f2

Please sign in to comment.