We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b840b4a commit 33a4921Copy full SHA for 33a4921
end2end/tests/hono-xml-blocklists.test.js
@@ -26,7 +26,6 @@ t.beforeEach(async () => {
26
});
27
t.same(config.status, 200);
28
29
- // Apply rate limiting
30
const lists = await fetch(`${testServerUrl}/api/runtime/firewall/lists`, {
31
method: "POST",
32
headers: {
0 commit comments