@@ -225,6 +225,7 @@ fn bad_environment_token_with_asymmetric_subject() {
225225Caused by:
226226 token rejected for `alternative`, please run `cargo login --registry alternative`
227227 or use environment variable CARGO_REGISTRIES_ALTERNATIVE_TOKEN
228+ [NOTE] the token does not include an authentication scheme
228229
229230Caused by:
230231 failed to get successful HTTP response from `http://127.0.0.1:[..]/index/config.json`, got 401
@@ -260,6 +261,7 @@ fn bad_environment_token_with_asymmetric_incorrect_subject() {
260261Caused by:
261262 token rejected for `alternative`, please run `cargo login --registry alternative`
262263 or use environment variable CARGO_REGISTRIES_ALTERNATIVE_TOKEN
264+ [NOTE] the token does not include an authentication scheme
263265
264266Caused by:
265267 failed to get successful HTTP response from `http://127.0.0.1:[..]/index/config.json`, got 401
@@ -298,6 +300,7 @@ fn bad_environment_token_with_incorrect_asymmetric() {
298300Caused by:
299301 token rejected for `alternative`, please run `cargo login --registry alternative`
300302 or use environment variable CARGO_REGISTRIES_ALTERNATIVE_TOKEN
303+ [NOTE] the token does not include an authentication scheme
301304
302305Caused by:
303306 failed to get successful HTTP response from `http://127.0.0.1:[..]/index/config.json`, got 401
@@ -380,6 +383,7 @@ fn incorrect_token() {
380383Caused by:
381384 token rejected for `alternative`, please run `cargo login --registry alternative`
382385 or use environment variable CARGO_REGISTRIES_ALTERNATIVE_TOKEN
386+ [NOTE] the token does not include an authentication scheme
383387
384388Caused by:
385389 failed to get successful HTTP response from `http://127.0.0.1:[..]/index/config.json`, got 401
0 commit comments