Skip to content

Commit b1795e0

Browse files
authored
Merge pull request libgit2#5094 from libgit2/ethomson/auth_failure
online tests: use gitlab for auth failures
2 parents e2d4f09 + e66a4eb commit b1795e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/online/clone.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ void test_online_clone__cred_callback_called_again_on_auth_failure(void)
334334
git__free(_remote_url);
335335
git__free(_remote_user);
336336

337-
_remote_url = git__strdup("https://github.com/libgit2/non-existent");
337+
_remote_url = git__strdup("https://gitlab.com/libgit2/non-existent");
338338
_remote_user = git__strdup("libgit2test");
339339

340340
g_options.fetch_opts.callbacks.credentials = cred_count_calls_cb;

0 commit comments

Comments
 (0)