10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74623cf commit 2c6c929Copy full SHA for 2c6c929
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