Skip to content

Commit

Permalink
Fix request by passing documented boolean value
Browse files Browse the repository at this point in the history
  • Loading branch information
wadevries committed Mar 21, 2024
1 parent 78f2679 commit d60ad14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_jira/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def get_url_params(
"labels",
*self.custom_field_mapping.keys(),
],
"validateQuery": "strict",
"validateQuery": True,
}

def post_process(
Expand Down

0 comments on commit d60ad14

Please sign in to comment.