Skip to content
This repository was archived by the owner on Jul 5, 2025. It is now read-only.

fix(deps): update github.com/openfga/api/proto digest to b61b4ea #128

Merged
merged 4 commits into from
May 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 74 additions & 0 deletions directive/mocks/mock_OpenFGAServiceClient.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions fga/client/check_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ package client

import (
"context"
"testing"

"github.com/jellydator/ttlcache/v3"
openfgav1 "github.com/openfga/api/proto/openfga/v1"
"github.com/openmfp/golang-commons/fga/client/mocks"
"github.com/openmfp/golang-commons/directive/mocks"
"github.com/stretchr/testify/assert"
"testing"
)

func TestOpenFGAClient_Check(t *testing.T) {
Expand Down
5 changes: 3 additions & 2 deletions fga/client/client_test.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package client

import (
"github.com/openmfp/golang-commons/fga/client/mocks"
"github.com/stretchr/testify/assert"
"testing"

"github.com/openmfp/golang-commons/directive/mocks"
"github.com/stretchr/testify/assert"
)

func TestNewOpenFGAClient(t *testing.T) {
Expand Down
Loading