Skip to content

Commit

Permalink
test: Fix permission API test
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Jun 18, 2024
1 parent 81ee4ff commit 08de195
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion e2e/tests/api-driven/src/permissions/queries/flows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ import { gql } from "graphql-tag";
export const INSERT_FLOW_QUERY = gql`
mutation InsertFlowE2E($team1Id: Int) {
result: insert_flows(
objects: { slug: "e2e-test-flow", team_id: $team1Id }
objects: {
slug: "e2e-test-flow"
team_id: $team1Id
name: "E2E Test Flow"
}
) {
returning {
id
Expand Down

0 comments on commit 08de195

Please sign in to comment.