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 3f7173f commit 0b97f50Copy full SHA for 0b97f50
repository/src/test/java/com/walmartlabs/concord/repository/GitClientFetchTest.java
@@ -47,6 +47,7 @@ public class GitClientFetchTest {
47
@BeforeEach
48
public void init() {
49
client = new GitClient(GitClientConfiguration.builder()
50
+ .addAllowedSchemes("file", "ssh")
51
.sshTimeout(Duration.ofMinutes(10))
52
.sshTimeoutRetryCount(1)
53
.httpLowSpeedLimit(1)
0 commit comments