mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix test
This commit is contained in:
parent
de3623d3f2
commit
ffaf33b73f
1 changed files with 2 additions and 2 deletions
|
|
@ -1214,9 +1214,9 @@ describe('Article API', () => {
|
|||
})
|
||||
|
||||
describe('BulkAction API', () => {
|
||||
const bulkActionQuery = (action: BulkActionType) => `
|
||||
const bulkActionQuery = (action: BulkActionType, query = 'in:all') => `
|
||||
mutation {
|
||||
bulkAction (action: ${action}) {
|
||||
bulkAction (action: ${action}, query: "${query}") {
|
||||
... on BulkActionSuccess {
|
||||
success
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue