Skip to content

Commit 0b97f50

Browse files
committed
tests up
1 parent 3f7173f commit 0b97f50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

repository/src/test/java/com/walmartlabs/concord/repository/GitClientFetchTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ public class GitClientFetchTest {
4747
@BeforeEach
4848
public void init() {
4949
client = new GitClient(GitClientConfiguration.builder()
50+
.addAllowedSchemes("file", "ssh")
5051
.sshTimeout(Duration.ofMinutes(10))
5152
.sshTimeoutRetryCount(1)
5253
.httpLowSpeedLimit(1)

0 commit comments

Comments
 (0)