Skip to content

Commit

Permalink
add Organization caveat in test vectors
Browse files Browse the repository at this point in the history
  • Loading branch information
btoews committed Dec 14, 2023
1 parent 93f16e0 commit b578efc
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 @@ -125,6 +125,7 @@ var caveats = macaroon.NewCaveatSet(
123,
})),
&flyio.NoAdminFeatures{},
&flyio.Organization{ID: 123, Mask: resset.ActionAll},
)

const (
Expand Down

0 comments on commit b578efc

Please sign in to comment.