We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2d4f09 + e66a4eb commit b1795e0Copy full SHA for b1795e0
tests/online/clone.c
@@ -334,7 +334,7 @@ void test_online_clone__cred_callback_called_again_on_auth_failure(void)
334
git__free(_remote_url);
335
git__free(_remote_user);
336
337
- _remote_url = git__strdup("https://github.com/libgit2/non-existent");
+ _remote_url = git__strdup("https://gitlab.com/libgit2/non-existent");
338
_remote_user = git__strdup("libgit2test");
339
340
g_options.fetch_opts.callbacks.credentials = cred_count_calls_cb;
0 commit comments