##// END OF EJS Templates
tests: Adapt tests to recent changes.
Martin Bornhold -
r612:47f28cf8 default
parent child Browse files
Show More
@@ -33,7 +33,7 b' def vcs_http_app(vcsserver_http_echo_app'
33 33 """
34 34 git_url = vcsserver_http_echo_app.http_url + 'stream/git/'
35 35 vcs_http_proxy = scm_app_http.VcsHttpProxy(
36 git_url, 'stub_path', 'stub_name', None)
36 git_url, 'stub_path', 'stub_name', None, 'stub_backend')
37 37 app = webtest.TestApp(vcs_http_proxy)
38 38 return app
39 39
@@ -133,4 +133,4 b' def create_scm_app():'
133 133 """
134 134 echo_app_url = os.environ["RC_ECHO_URL"]
135 135 return scm_app_http.VcsHttpProxy(
136 echo_app_url, 'stub_path', 'stub_name', None)
136 echo_app_url, 'stub_path', 'stub_name', None, 'stub_backend')
General Comments 0
You need to be logged in to leave comments. Login now