summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2018-03-20 07:47:27 -0700
committerEdward Thomson <ethomson@edwardthomson.com>2018-03-20 07:47:27 -0700
commit54bf4d14fa10612086653d3a3279e7f451d3afb0 (patch)
treedaa631fb548a9fe1f19c754145d537df7c137d7f
parent5585e358b2a240ca8ed65a00008dbc865a1381c1 (diff)
downloadlibgit2-ethomson/bitbucket.tar.gz
online tests: update auth for bitbucket testethomson/bitbucket
Update the settings to use a specific read-only token for accessing our test repositories in Bitbucket.
-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;