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 1ac45c0 commit f858550Copy full SHA for f858550
src/test/java/org/gitlab4j/api/TestRepositoryApi.java
@@ -14,7 +14,6 @@
14
import java.nio.file.StandardCopyOption;
15
import java.util.List;
16
17
-import org.gitlab4j.api.GitLabApi.ApiVersion;
18
import org.gitlab4j.api.models.Branch;
19
import org.gitlab4j.api.models.Commit;
20
import org.gitlab4j.api.models.CompareResults;
@@ -85,7 +84,7 @@ public static void setup() {
85
84
}
86
87
if (problems.isEmpty()) {
88
- gitLabApi = new GitLabApi(ApiVersion.V3, TEST_HOST_URL, TEST_PRIVATE_TOKEN);
+ gitLabApi = new GitLabApi(TEST_HOST_URL, TEST_PRIVATE_TOKEN);
89
teardown();
90
} else {
91
System.err.print(problems);
0 commit comments