You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by gc...@apache.org on 2023/01/12 22:51:31 UTC

[allura] branch master updated: [#8484] test fix

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 <gu...@slashdotmedia.com>
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': '@test12@indieweb.social'})
+        resp = self.app.post('/admin/update', params={'fediverse_address': '@test12@indieweb'})
         assert resp.status_int == 200
 
         #valid Twitter