summaryrefslogtreecommitdiff
path: root/tests/online/remotes.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/online/remotes.c')
-rw-r--r--tests/online/remotes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/online/remotes.c b/tests/online/remotes.c
index f7fe4142f..887874d92 100644
--- a/tests/online/remotes.c
+++ b/tests/online/remotes.c
@@ -1,6 +1,6 @@
#include "clar_libgit2.h"
-#define URL "git://github.com/libgit2/TestGitRepository"
+#define URL "https://github.com/libgit2/TestGitRepository"
#define REFSPEC "refs/heads/first-merge:refs/remotes/origin/first-merge"
static int remote_single_branch(git_remote **out, git_repository *repo, const char *name, const char *url, void *payload)