Unverified Commit 72e60347 by Edward Thomson Committed by GitHub

Merge pull request #4588 from libgit2/ethomson/bitbucket

online tests: update auth for bitbucket test
parents 5585e358 54bf4d14
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment