Skip to content

Commit

Permalink
use same ids
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Marcantonio <[email protected]>
  • Loading branch information
lennysgarage committed Dec 17, 2024
1 parent 5c4fff7 commit 822210e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/kessel_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func loadSchema() error {
Namespace: "rbac",
Name: "principal",
},
Id: "initial-tester",
Id: "bob",
},
},
Relation: "member",
Expand All @@ -111,7 +111,7 @@ func loadSchema() error {
Namespace: "rbac",
Name: "group",
},
Id: "initial-loading",
Id: "bob_club",
},
})
if err != nil {
Expand Down

0 comments on commit 822210e

Please sign in to comment.