We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcce7a3 + 2c6c929 commit 742243fCopy full SHA for 742243f
tools/build_test_env.sh
@@ -77,7 +77,7 @@ cleanup() {
77
}
78
79
try docker run --name gitlab-test --detach --publish 8080:80 \
80
- --publish 2222:22 gpocentek/test-python-gitlab:latest >/dev/null
+ --publish 2222:22 pythongitlab/test-python-gitlab:latest >/dev/null
81
82
LOGIN='root'
83
PASSWORD='5iveL!fe'
tools/python_test_v4.py
@@ -390,7 +390,7 @@
390
]
391
392
admin_project.commits.create(data)
393
-assert('---' in admin_project.commits.list()[0].diff()[0]['diff'])
+assert('@@' in admin_project.commits.list()[0].diff()[0]['diff'])
394
395
# commit status
396
commit = admin_project.commits.list()[0]
0 commit comments