@@ -121,10 +121,10 @@ public async Task GitHubHostProvider_GetSupportedAuthenticationModes(string uriS
121121
122122
123123 [ 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 ) ]
128128 public async Task GitHubHostProvider_GetSupportedAuthenticationModes_WithMetadata ( string uriString , string gitHubAuthModes ,
129129 string installedVersion , bool verifiablePasswordAuthentication , AuthenticationModes expectedModes )
130130 {
0 commit comments