Skip to content

Commit

Permalink
chore: removed old observer fixture data (#4354)
Browse files Browse the repository at this point in the history
Co-authored-by: Benedict Homuth <bhomuth@inovex.de>
  • Loading branch information
BenedictHomuth and Benedict Homuth authored Jul 24, 2024
1 parent 6a9eaee commit f70f84b
Showing 1 changed file with 0 additions and 57 deletions.
57 changes: 0 additions & 57 deletions server/src/database/testdata/fixture.yml
Original file line number Diff line number Diff line change
@@ -104,48 +104,6 @@
show_authors: true
show_notes_of_other_users: true
created_at: '{{ now }}'
- _id: columnsObserverTestBoard
id: "2813b096-986c-0000-0000-c3fa19224bd4"
name: Columns observer test
access_policy: PUBLIC
show_authors: true
show_notes_of_other_users: true
created_at: '{{ now }}'
- _id: boardsObserverTestBoard
id: "2813b096-986c-0000-0001-c3fa19224bd4"
name: Boards observer test
access_policy: PUBLIC
show_authors: true
show_notes_of_other_users: true
created_at: '{{ now }}'
- _id: boardSessionsObserverTestBoard
id: "2813b096-986c-0000-0002-c3fa19224bd4"
name: Board sessions observer test
access_policy: PUBLIC
show_authors: true
show_notes_of_other_users: true
created_at: '{{ now }}'
- _id: boardSessionRequestsObserverTestBoard
id: "2813b096-986c-0000-0003-c3fa19224bd4"
name: Board sessions observer test
access_policy: PUBLIC
show_authors: true
show_notes_of_other_users: true
created_at: '{{ now }}'
- _id: notesObserverTestBoard
id: "2813b096-986c-0000-0004-c3fa19224bd4"
name: Notes sessions observer test
access_policy: PUBLIC
show_authors: true
show_notes_of_other_users: true
created_at: '{{ now }}'
- _id: votingObserverTestBoard
id: "2813b096-986c-0000-0005-c3fa19224bd4"
name: Voting observer test
access_policy: PUBLIC
show_authors: true
show_notes_of_other_users: true
created_at: '{{ now }}'
- _id: votingSortingTestBoard
id: "1acd6899-ad71-4479-8ffe-6c6401b208d7"
name: Voting Sorting test
@@ -203,14 +161,6 @@
board: '{{ $.Board.notesTestBoard.ID }}'
user: '{{ $.User.jack.ID }}'
role: OWNER
- _id: jacksSessionOnNotesObserverTestBoard
board: '{{ $.Board.notesObserverTestBoard.ID }}'
user: '{{ $.User.jack.ID }}'
role: OWNER
- _id: jaysSessionOnBoardSessionsObserverTestBoard
board: '{{ $.Board.boardSessionsObserverTestBoard.ID }}'
user: '{{ $.User.jay.ID }}'
role: OWNER
- _id: justinSessionOnVotingSortingTestBoard
board: '{{ $.Board.votingSortingTestBoard.ID }}'
user: '{{ $.User.justin.ID }}'
@@ -299,13 +249,6 @@
color: backlog-blue
visible: true
index: 0
- _id: notesObserverTestColumn
id: "3113b196-986c-2951-adf7-c3fa19224bd4"
board: '{{ $.Board.notesObserverTestBoard.ID }}'
name: B
color: backlog-blue
visible: true
index: 0
- _id: votingSortingColumn
id: "00c8c51b-d391-4472-8136-06efdfe7bbd2"
board: '{{ $.Board.votingSortingTestBoard.ID }}'

0 comments on commit f70f84b

Please sign in to comment.