Skip to content

Commit

Permalink
Add missing fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
luciajanikova committed Dec 8, 2023
1 parent 14fa4c3 commit df1fe5c
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion test/fixtures/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,25 @@ solver_everything:
name: Everything
type: EverythingTag
visible: false
tenant: solver
tenant: solver

solver_basic_user_drafts:
name: Drafts-Basic user
owner: basic
type: DraftTag
visible: false
tenant: ssd

ssd_admin_user_drafts:
name: Drafts-Admin user
owner: admin
type: DraftTag
visible: false
tenant: ssd

solver_other_user_drafts:
name: Drafts-Other user
owner: solver_other
type: DraftTag
visible: false
tenant: solver

0 comments on commit df1fe5c

Please sign in to comment.