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

gcruz pushed a commit to branch gc/8454
in repository https://gitbox.apache.org/repos/asf/allura.git


The following commit(s) were added to refs/heads/gc/8454 by this push:
     new d6d837445 fixup! fixup! [#8454] prevent anonymous github project 
imports
d6d837445 is described below

commit d6d83744516f13dafcd27d54c2b10541d95f702d
Author: Guillermo Cruz <[email protected]>
AuthorDate: Mon Aug 22 13:53:19 2022 -0600

    fixup! fixup! [#8454] prevent anonymous github project imports
---
 ForgeImporters/forgeimporters/tests/github/functional/test_github.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/ForgeImporters/forgeimporters/tests/github/functional/test_github.py 
b/ForgeImporters/forgeimporters/tests/github/functional/test_github.py
index d8ef5e143..57cb9b228 100644
--- a/ForgeImporters/forgeimporters/tests/github/functional/test_github.py
+++ b/ForgeImporters/forgeimporters/tests/github/functional/test_github.py
@@ -94,7 +94,7 @@ class TestGitHubOAuth(TestController):
                                                         timeout=10)
 
 
-    def test_project_import(self):
+    def test_project_import_login_required(self):
         r = self.app.get('/p/import_project/github/', 
extra_environ=dict(username='*anonymous'))
         assert_equal(None, r.location)
         r.mustcontain('Login Required')

Reply via email to