Skip to content

Commit

Permalink
fix: Syntax issue in SetupTeamIntegrationE2E mutation
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Dec 20, 2023
1 parent 705ed41 commit dfcf0d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions e2e/tests/api-driven/src/invite-to-pay/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,13 @@ const setupMockBopsSubmissionUrl = async (teamId: number) => {
await $admin.client.request(
gql`
mutation SetupTeamIntegrationE2E(
$staging_bops_submission_url: String
$stagingBopsSubmissionUrl: String
$team_id: Int
) {
insert_team_integrations_one(
object: {
teamId: $team_id
stagingBopsSubmissionUrl: $staging_bops_submission_url
team_id: $teamId
staging_bops_submission_url: $stagingBopsSubmissionUrl
}
) {
id
Expand Down

0 comments on commit dfcf0d5

Please sign in to comment.