This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git


The following commit(s) were added to refs/heads/master by this push:
     new 006ae2532 change httpbin domain we use, so redirect-to tests keep 
working
006ae2532 is described below

commit 006ae2532cb8df95fea6984fc19dbb83f019e59f
Author: Dave Brondsema <[email protected]>
AuthorDate: Mon May 18 11:18:45 2026 -0400

    change httpbin domain we use, so redirect-to tests keep working
---
 Allura/allura/tests/test_helpers.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Allura/allura/tests/test_helpers.py 
b/Allura/allura/tests/test_helpers.py
index 6fecf85a7..9d8f64c22 100644
--- a/Allura/allura/tests/test_helpers.py
+++ b/Allura/allura/tests/test_helpers.py
@@ -45,8 +45,9 @@
 
 # httpbin.org should work, but lately has been unreliable
 # httpbin.io does not allow /redirect-to to localhost
+# httpbun.com does not allow /redirect-to to external hosts
 # httpbin.dev works often, but also unreliable sometimes
-httpbin_domain = 'httpbun.com'
+httpbin_domain = 'httpbin.org'
 
 
 def setup_module():

Reply via email to