Skip to content

Commit 89d173f

Browse files
yasinBursaliclaude
andcommitted
fix: add purge endpoint to path traversal regression test
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c94cc48 commit 89d173f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dream-server/extensions/services/dashboard-api/tests/test_extensions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,7 @@ def test_path_traversal_all_mutations(self, test_client, monkeypatch, tmp_path):
738738
("POST", "/api/extensions/{}/enable"),
739739
("POST", "/api/extensions/{}/disable"),
740740
("DELETE", "/api/extensions/{}"),
741+
("DELETE", "/api/extensions/{}/data"),
741742
]
742743

743744
for bad_id in bad_ids:

0 commit comments

Comments
 (0)