X Tutup
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/build_test_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ cleanup() {
}

try docker run --name gitlab-test --detach --publish 8080:80 \
--publish 2222:22 gpocentek/test-python-gitlab:latest >/dev/null
--publish 2222:22 pythongitlab/test-python-gitlab:latest >/dev/null

LOGIN='root'
PASSWORD='5iveL!fe'
Expand Down
2 changes: 1 addition & 1 deletion tools/python_test_v4.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@
]
}
admin_project.commits.create(data)
assert('---' in admin_project.commits.list()[0].diff()[0]['diff'])
assert('@@' in admin_project.commits.list()[0].diff()[0]['diff'])

# commit status
commit = admin_project.commits.list()[0]
Expand Down
X Tutup