Skip to content

Commit

Permalink
Pass in the Load-Test header in the load tests
Browse files Browse the repository at this point in the history
  • Loading branch information
halprin committed Jan 3, 2025
1 parent 54cfc1b commit 7f8b16b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions operations/locustfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def post_message_request(self, endpoint, message):
headers={
"Authorization": self.access_token,
"RecordId": self.submission_id,
"Load-Test": "True",
},
data=message.replace("{{placer_order_id}}", poi),
)
Expand Down

0 comments on commit 7f8b16b

Please sign in to comment.