@@ -121,10 +121,10 @@ public async Task GitHubHostProvider_GetSupportedAuthenticationModes(string uriS
121
121
122
122
123
123
[ Theory ]
124
- [ InlineData ( "https://example.com" , null , "0.1" , false , AuthenticationModes . None ) ]
125
- [ InlineData ( "https://example.com" , null , "0.1" , true , AuthenticationModes . Basic ) ]
126
- [ InlineData ( "https://example.com" , null , "100.0" , false , AuthenticationModes . OAuth ) ]
127
- [ InlineData ( "https://example.com" , null , "100.0" , true , AuthenticationModes . Basic | AuthenticationModes . OAuth ) ]
124
+ [ InlineData ( "https://example.com" , null , "0.1" , false , AuthenticationModes . Pat ) ]
125
+ [ InlineData ( "https://example.com" , null , "0.1" , true , AuthenticationModes . Basic | AuthenticationModes . Pat ) ]
126
+ [ InlineData ( "https://example.com" , null , "100.0" , false , AuthenticationModes . OAuth | AuthenticationModes . Pat ) ]
127
+ [ InlineData ( "https://example.com" , null , "100.0" , true , AuthenticationModes . All ) ]
128
128
public async Task GitHubHostProvider_GetSupportedAuthenticationModes_WithMetadata ( string uriString , string gitHubAuthModes ,
129
129
string installedVersion , bool verifiablePasswordAuthentication , AuthenticationModes expectedModes )
130
130
{
0 commit comments