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 77dc64634 update httpbin testing domain again
77dc64634 is described below
commit 77dc646341df8c80be607889e1f720a22ded9c03
Author: Dave Brondsema <[email protected]>
AuthorDate: Fri Jun 5 13:05:32 2026 -0400
update httpbin testing domain again
---
Allura/allura/tests/test_helpers.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Allura/allura/tests/test_helpers.py
b/Allura/allura/tests/test_helpers.py
index a41f39944..5ea729e59 100644
--- a/Allura/allura/tests/test_helpers.py
+++ b/Allura/allura/tests/test_helpers.py
@@ -47,7 +47,7 @@
# 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 = 'httpbin.org'
+httpbin_domain = 'httpbin.dev'
def setup_module():