diff --git a/test/fixtures/token_permission_types.yml b/test/fixtures/token_permission_types.yml new file mode 100644 index 0000000..5056f18 --- /dev/null +++ b/test/fixtures/token_permission_types.yml @@ -0,0 +1,7 @@ +guidances_token_type: + token_type: "guidance" + text_desription: "allows access to the guidance api" + +plans_token_type: + token_type: "plan" + text_desription: "allows access to the plan api"