Changeset - aacc82d4a967
[Not reviewed]
default
0 1 0
Thomas De Schampheleire - 10 years ago 2015-06-20 22:10:05
thomas.de.schampheleire@gmail.com
tests: remove hardcoded reference to GIT_REPO
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/tests/functional/test_admin_repos.py
Show inline comments
 
@@ -525,7 +525,7 @@ class _BaseTest(object):
 
        self.log_user()
 
        repo = Repository.get_by_repo_name(self.REPO)
 
        response = self.app.get(url('edit_repo_advanced', repo_name=self.REPO))
 
        opt = """<option value="%s">vcs_test_git</option>""" % repo.repo_id
 
        opt = """<option value="%s">%s</option>""" % (repo.repo_id, self.REPO)
 
        response.mustcontain(no=[opt])
 

	
 
    def test_set_fork_of_other_repo(self):
0 comments (0 inline, 0 general)