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

gcruz 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 fe56bd040 [#8484] test fix
fe56bd040 is described below

commit fe56bd0405007e6854807110ee9a433ba22cd6bf
Author: Guillermo Cruz <[email protected]>
AuthorDate: Thu Jan 12 16:51:17 2023 -0600

    [#8484] test fix
---
 Allura/allura/tests/functional/test_admin.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Allura/allura/tests/functional/test_admin.py 
b/Allura/allura/tests/functional/test_admin.py
index 11deb1ea0..e5683ebc8 100644
--- a/Allura/allura/tests/functional/test_admin.py
+++ b/Allura/allura/tests/functional/test_admin.py
@@ -972,7 +972,7 @@ class TestProjectAdmin(TestController):
         resp = self.app.post('/admin/update', params={'instagram_page': 
'https://instagrams.com'})
         assert resp.status_int == 200
         #invalid fediverse
-        resp = self.app.post('/admin/update', params={'fediverse_address': 
'@[email protected]'})
+        resp = self.app.post('/admin/update', params={'fediverse_address': 
'@test12@indieweb'})
         assert resp.status_int == 200
 
         #valid Twitter

Reply via email to