Skip to content

Commit 032446b

Browse files
committed
Cleaned up comments.
1 parent 67764bb commit 032446b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/test/resources/test-gitlab4j.properties

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@
66
# If you wish to use an existing instance of a GitLab server to run integration tests
77
# against, copy this file to ~/test-gitlab4j.properties and set the property
88
# values to match the GitLab server you wish to test against.
9-
#
10-
11-
# REQUIRED: The following values must be set or the tests will fail.
12-
# The TEST_PRIVATE_TOKEN and TEST_USERNAME must belong to an admin user.
139

14-
#
10+
# This is the URL for the docker instance of gitlab-ce that is started for integration tests.
11+
# You can change this to an existing GitLab server if desired.
1512
TEST_HOST_URL=http://localhost:8090
1613

1714
# To stop the auto-creation of access tokens, you can set these to pre-configured values

0 commit comments

Comments
 (0)