summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2018-03-20 23:16:36 +0000
committerGitHub <noreply@github.com>2018-03-20 23:16:36 +0000
commit72e60347ffc4383091d4b74f8f42ee6233c8a654 (patch)
treedaa631fb548a9fe1f19c754145d537df7c137d7f
parent5585e358b2a240ca8ed65a00008dbc865a1381c1 (diff)
parent54bf4d14fa10612086653d3a3279e7f451d3afb0 (diff)
downloadlibgit2-72e60347ffc4383091d4b74f8f42ee6233c8a654.tar.gz
Merge pull request #4588 from libgit2/ethomson/bitbucket
online tests: update auth for bitbucket test
-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 4b73e0a5f..27b7b9661 100644
--- a/tests/online/clone.c
+++ b/tests/online/clone.c
@@ -348,7 +348,7 @@ void test_online_clone__credentials(void)
void test_online_clone__bitbucket_style(void)
{
git_cred_userpass_payload user_pass = {
- "libgit2", "libgit2"
+ "libgit3", "libgit3"
};
g_options.fetch_opts.callbacks.credentials = git_cred_userpass;