summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/online/clone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/online/clone.c b/tests/online/clone.c
index faf8a0f87..0d0334cbb 100644
--- a/tests/online/clone.c
+++ b/tests/online/clone.c
@@ -334,7 +334,7 @@ void test_online_clone__cred_callback_called_again_on_auth_failure(void)
git__free(_remote_url);
git__free(_remote_user);
- _remote_url = git__strdup("https://github.com/libgit2/non-existent");
+ _remote_url = git__strdup("https://gitlab.com/libgit2/non-existent");
_remote_user = git__strdup("libgit2test");
g_options.fetch_opts.callbacks.credentials = cred_count_calls_cb;