Skip to content

Commit

Permalink
Fix build issues from bumping openfga to 1.5.4
Browse files Browse the repository at this point in the history
Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
  • Loading branch information
rdimitrov committed Jun 4, 2024
1 parent 6a4921a commit b34d552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/authz/authz_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ func newOpenFGAServerAndClient(t *testing.T) (authz.Client, func()) {
require.NoError(t, err)
}()

testutils.EnsureServiceHealthy(t, cfg.GRPC.Addr, cfg.HTTP.Addr, nil, true)
testutils.EnsureServiceHealthy(t, cfg.GRPC.Addr, cfg.HTTP.Addr, nil)

testw := zerolog.NewTestWriter(t)
l := zerolog.New(testw)
Expand Down

0 comments on commit b34d552

Please sign in to comment.