Skip to content

Commit 54bf4d1

Browse files
committed
online tests: update auth for bitbucket test
Update the settings to use a specific read-only token for accessing our test repositories in Bitbucket.
1 parent 5585e35 commit 54bf4d1

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
@@ -348,7 +348,7 @@ void test_online_clone__credentials(void)
348348
void test_online_clone__bitbucket_style(void)
349349
{
350350
git_cred_userpass_payload user_pass = {
351-
"libgit2", "libgit2"
351+
"libgit3", "libgit3"
352352
};
353353

354354
g_options.fetch_opts.callbacks.credentials = git_cred_userpass;

0 commit comments

Comments
 (0)