Commit 8af6bce2 by Edward Thomson Committed by Patrick Steinhardt

online tests: update auth for bitbucket test

Update the settings to use a specific read-only token for accessing our
test repositories in Bitbucket.
parent 999200cc
...@@ -348,7 +348,7 @@ void test_online_clone__credentials(void) ...@@ -348,7 +348,7 @@ void test_online_clone__credentials(void)
void test_online_clone__bitbucket_style(void) void test_online_clone__bitbucket_style(void)
{ {
git_cred_userpass_payload user_pass = { git_cred_userpass_payload user_pass = {
"libgit2", "libgit2" "libgit3", "libgit3"
}; };
g_options.fetch_opts.callbacks.credentials = git_cred_userpass; 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