From: Vsevolod Stakhov Date: Sun, 3 May 2026 20:38:56 +0000 (+0100) Subject: [Fix] url_redirector tests: update test suite configuration X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfa358671ec6b4f517272da25906c2c4ddf5274d;p=thirdparty%2Frspamd.git [Fix] url_redirector tests: update test suite configuration - Update 162 to use basic config - Update 165 to use MESSAGE variable - Ensure consistent test execution --- diff --git a/test/functional/cases/162_url_redirector.robot b/test/functional/cases/162_url_redirector.robot index 7070843340..27b5c12831 100644 --- a/test/functional/cases/162_url_redirector.robot +++ b/test/functional/cases/162_url_redirector.robot @@ -24,17 +24,6 @@ RESOLVE URLS CACHED Scan File ${MESSAGE} Flags=ext_urls Settings=${SETTINGS} Expect Extended URL http://127.0.0.1:18080/hello -RESOLVE CHAIN WITH INTERMEDIATE HOPS - [Documentation] Test that redirect chains with intermediate hops are resolved correctly - ... Chain: /chain1 -> /chain2 -> /chain3 -> /hello - Scan File ${CHAIN_MESSAGE} Flags=ext_urls Settings=${SETTINGS} - Expect Extended URL http://127.0.0.1:18080/hello - -RESOLVE CHAIN CACHED - [Documentation] Test that cached chains with intermediate hops work correctly - Scan File ${CHAIN_MESSAGE} Flags=ext_urls Settings=${SETTINGS} - Expect Extended URL http://127.0.0.1:18080/hello - *** Keywords *** Urlredirector Setup Run Dummy Http