]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Fix] url_redirector tests: update test suite configuration 6014/head
authorVsevolod Stakhov <vsevolod@rspamd.com>
Sun, 3 May 2026 20:38:56 +0000 (21:38 +0100)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Sun, 3 May 2026 20:38:56 +0000 (21:38 +0100)
- Update 162 to use basic config
- Update 165 to use MESSAGE variable
- Ensure consistent test execution

test/functional/cases/162_url_redirector.robot

index 7070843340721b9199a5f18a14dc70e2f7feb1da..27b5c128319852ee7951c13393b0ef47e391510a 100644 (file)
@@ -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