Skip to content

Commit 758f939

Browse files
whummerclaude
andcommitted
Fix remove-fault: send empty JSON body for DELETE chaos faults
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b32820f commit 758f939

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ inject-fault: ## Inject DynamoDB throttling fault (breaks order_processor)
6464
-d @04-chaos-engineering/faults/ddb-throttle-localstack.json | python3 -m json.tool
6565

6666
remove-fault: ## Remove all active fault injections
67-
curl -s -X DELETE http://localhost:4566/_localstack/chaos/faults
67+
curl -s -X DELETE http://localhost:4566/_localstack/chaos/faults \
68+
-H "Content-Type: application/json" -d '[]'
6869

6970
replay-dlq: ## Replay messages from the DLQ back to the main queue
7071
awslocal sqs receive-message \

0 commit comments

Comments
 (0)