Skip to content

Commit

Permalink
remove duplicate namespace from test case
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Marcantonio <[email protected]>
  • Loading branch information
lennysgarage committed Aug 20, 2024
1 parent b0af5ea commit fcbe5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/kessel_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func TestKesselAPIGRPC_CreateTuples(t *testing.T) {
}

client := v1beta1.NewKesselTupleServiceClient(conn)
rels := createRelations("rbac/user", "bob", "member", "rbac/group", "bob_club")
rels := createRelations("user", "bob", "member", "group", "bob_club")
_, err = client.CreateTuples(context.Background(), &v1beta1.CreateTuplesRequest{
Tuples: rels,
})
Expand Down

0 comments on commit fcbe5c7

Please sign in to comment.