File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -81,13 +81,13 @@ def test_template_dockerfile(gl):
8181
8282
8383def test_template_gitignore (gl ):
84- assert gl .gitignores .list ()
84+ assert gl .gitignores .list (all = True )
8585 gitignore = gl .gitignores .get ("Node" )
8686 assert gitignore .content is not None
8787
8888
8989def test_template_gitlabciyml (gl ):
90- assert gl .gitlabciymls .list ()
90+ assert gl .gitlabciymls .list (all = True )
9191 gitlabciyml = gl .gitlabciymls .get ("Nodejs" )
9292 assert gitlabciyml .content is not None
9393
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ def test_project_protected_branches(project):
244244
245245
246246def test_project_remote_mirrors (project ):
247- mirror_url = "http ://gitlab.test /root/mirror.git"
247+ mirror_url = "https ://gitlab.example.com /root/mirror.git"
248248
249249 mirror = project .remote_mirrors .create ({"url" : mirror_url })
250250 assert mirror .url == mirror_url
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ services:
1414 GITLAB_ROOT_PASSWORD : 5iveL!fe
1515 GITLAB_SHARED_RUNNERS_REGISTRATION_TOKEN : registration-token
1616 GITLAB_OMNIBUS_CONFIG : |
17- external_url 'http://gitlab.test '
17+ external_url 'http://127.0.0.1:8080 '
1818 registry['enable'] = false
1919 nginx['redirect_http_to_https'] = false
2020 nginx['listen_port'] = 80
You can’t perform that action at this time.
0 commit comments