appwrite/tests/e2e/Services/Proxy
Jake Barnby 5ba92c7ff4
test(proxy): clean up rules before deleting their site
testCreateRedirectRule reassigned $ruleId for the second redirect rule,
so only the second was tracked, and cleanupSite was called before
cleanupRule. Site deletion cascades to its rules, so cleanupRule then
saw a 404 and the strict assertEquals(204) blew up.

Track both rule IDs and tear them down before the site so the asserted
204 actually fires.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-09 02:09:48 +12:00
..
ProxyBase.php test(proxy): clean up rules before deleting their site 2026-05-09 02:09:48 +12:00
ProxyConsoleClientTest.php Introduce project key console tests 2026-05-04 11:36:54 +02:00
ProxyCustomServerTest.php Introduce project key console tests 2026-05-04 11:36:54 +02:00
ProxyHelpers.php Further proxy API improvements 2026-05-04 11:59:04 +02:00