Skip to content

Commit

Permalink
test vector for BindToParentToken
Browse files Browse the repository at this point in the history
  • Loading branch information
btoews committed Nov 15, 2023
1 parent 625d5c9 commit 8bd7b9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/test-vectors/test_vectors.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ type vectors struct {
}

var caveats = macaroon.NewCaveatSet(
&macaroon.BindToParentToken{1, 2, 3},
ptr(stringCaveat("foo")),
ptr(int64Caveat(-123)),
ptr(uint64Caveat(123)),
Expand Down

0 comments on commit 8bd7b9b

Please sign in to comment.