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 67764bb commit 032446bCopy full SHA for 032446b
src/test/resources/test-gitlab4j.properties
@@ -6,12 +6,9 @@
6
# If you wish to use an existing instance of a GitLab server to run integration tests
7
# against, copy this file to ~/test-gitlab4j.properties and set the property
8
# 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.
13
14
+# This is the URL for the docker instance of gitlab-ce that is started for integration tests.
+# You can change this to an existing GitLab server if desired.
15
TEST_HOST_URL=http://localhost:8090
16
17
# To stop the auto-creation of access tokens, you can set these to pre-configured values
0 commit comments