Commit 72e60347ffc4383091d4b74f8f42ee6233c8a654

Edward Thomson 2018-03-20T23:16:36

Merge pull request #4588 from libgit2/ethomson/bitbucket online tests: update auth for bitbucket test

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/tests/online/clone.c b/tests/online/clone.c
index 4b73e0a..27b7b96 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;