Skip to content

Commit

Permalink
Fix a backend test (#1301)
Browse files Browse the repository at this point in the history
Tiny fix for `can_deserialize_playlist_response`.
  • Loading branch information
LukasKalbertodt authored Dec 12, 2024
2 parents 4e1dc21 + 6b57650 commit f38c6e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/sync/harvest/response.rs
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ mod tests {
acl: Acl {
read: vec!["ROLE_USER_BOB".into()],
write: vec![],
preview: vec![],
custom_actions: CustomActions::default(),
},
entries: vec![
Expand Down

0 comments on commit f38c6e8

Please sign in to comment.