Closed
Description
Description of the problem, including code/CLI snippet
Currently on master, the tests do not pass because it uses gitlab/gitlab-ce:latest
.
Something happened between 13.1.4-ce.0
and 13.2.0-ce.0
Because of this, all requests are also failing travis ci tests.
Expected Behavior
Running ./tools/py_functional_tests.sh
on master branch should not fail.
Actual Behavior
Running ./tools/py_functional_tests.sh
on master branch fails.
But running GITLAB_TAG="13.1.4-ce.0" tools/py_functional_tests.sh
works.
Traceback (most recent call last):
File "./tools/python_test_v4.py", line 422, in <module>
assert len(gl.projects.list(owned=True)) == 2
AssertionError
ERROR: 'python ./tools/python_test_v4.py' failed
Specifications
- python-gitlab version:
master
branch (currently 1606310) - API version you are using (v3/v4): v4
- Gitlab server version (or gitlab.com): Whatever dockerhub is serving up ;-)... that's the problem.
Metadata
Metadata
Assignees
Labels
No labels