@@ -129,10 +129,10 @@ fn publish() {
129129 . masquerade_as_nightly_cargo ( & [ "credential-process" ] )
130130 . with_stderr (
131131 r#"[UPDATING] [..]
132- {"v":1,"registry":{"index-url":"[..]","name":"alternative","headers":[..]},"kind":"get","operation":"read","args":[] }
132+ {"v":1,"registry":{"index-url":"[..]","name":"alternative","headers":[..]},"kind":"get","operation":"read"}
133133[PACKAGING] foo v0.1.0 [..]
134134[PACKAGED] [..]
135- {"v":1,"registry":{"index-url":"[..]","name":"alternative"},"kind":"get","operation":"publish","name":"foo","vers":"0.1.0","cksum":"[..]","args":[] }
135+ {"v":1,"registry":{"index-url":"[..]","name":"alternative"},"kind":"get","operation":"publish","name":"foo","vers":"0.1.0","cksum":"[..]"}
136136[UPLOADING] foo v0.1.0 [..]
137137[UPLOADED] foo v0.1.0 [..]
138138note: Waiting [..]
@@ -217,7 +217,7 @@ fn logout() {
217217 . masquerade_as_nightly_cargo ( & [ "credential-process" ] )
218218 . replace_crates_io ( server. index_url ( ) )
219219 . with_stderr (
220- r#"{"v":1,"registry":{"index-url":"https://github.com/rust-lang/crates.io-index","name":"crates-io"},"kind":"logout","args":[] }
220+ r#"{"v":1,"registry":{"index-url":"https://github.com/rust-lang/crates.io-index","name":"crates-io"},"kind":"logout"}
221221"# ,
222222 )
223223 . run ( ) ;
@@ -231,8 +231,8 @@ fn yank() {
231231 . masquerade_as_nightly_cargo ( & [ "credential-process" ] )
232232 . with_stderr (
233233 r#"[UPDATING] [..]
234- {"v":1,"registry":{"index-url":"[..]","name":"alternative","headers":[..]},"kind":"get","operation":"read","args":[] }
235- {"v":1,"registry":{"index-url":"[..]","name":"alternative"},"kind":"get","operation":"yank","name":"foo","vers":"0.1.0","args":[] }
234+ {"v":1,"registry":{"index-url":"[..]","name":"alternative","headers":[..]},"kind":"get","operation":"read"}
235+ {"v":1,"registry":{"index-url":"[..]","name":"alternative"},"kind":"get","operation":"yank","name":"foo","vers":"0.1.0"}
236236[YANK] foo@0.1.0
237237"# ,
238238 )
@@ -247,8 +247,8 @@ fn owner() {
247247 . masquerade_as_nightly_cargo ( & [ "credential-process" ] )
248248 . with_stderr (
249249 r#"[UPDATING] [..]
250- {"v":1,"registry":{"index-url":"[..]","name":"alternative","headers":[..]},"kind":"get","operation":"read","args":[] }
251- {"v":1,"registry":{"index-url":"[..]","name":"alternative"},"kind":"get","operation":"owners","name":"foo","args":[] }
250+ {"v":1,"registry":{"index-url":"[..]","name":"alternative","headers":[..]},"kind":"get","operation":"read"}
251+ {"v":1,"registry":{"index-url":"[..]","name":"alternative"},"kind":"get","operation":"owners","name":"foo"}
252252[OWNER] completed!
253253"# ,
254254 )
@@ -349,7 +349,7 @@ fn all_not_found() {
349349 . with_stderr (
350350 r#"[UPDATING] [..]
351351[CREDENTIAL] [..]not_found[..] get crates-io
352- {"v":1,"registry":{"index-url":"[..]","name":"crates-io","headers":[[..]"WWW-Authenticate: Cargo login_url=\"https://test-registry-login/me\""[..]]},"kind":"get","operation":"read","args":[] }
352+ {"v":1,"registry":{"index-url":"[..]","name":"crates-io","headers":[[..]"WWW-Authenticate: Cargo login_url=\"https://test-registry-login/me\""[..]]},"kind":"get","operation":"read"}
353353[ERROR] failed to query replaced source registry `crates-io`
354354
355355Caused by:
@@ -390,7 +390,7 @@ fn all_not_supported() {
390390 . with_stderr (
391391 r#"[UPDATING] [..]
392392[CREDENTIAL] [..]not_supported[..] get crates-io
393- {"v":1,"registry":{"index-url":"[..]","name":"crates-io","headers":[[..]"WWW-Authenticate: Cargo login_url=\"https://test-registry-login/me\""[..]]},"kind":"get","operation":"read","args":[] }
393+ {"v":1,"registry":{"index-url":"[..]","name":"crates-io","headers":[[..]"WWW-Authenticate: Cargo login_url=\"https://test-registry-login/me\""[..]]},"kind":"get","operation":"read"}
394394[ERROR] failed to query replaced source registry `crates-io`
395395
396396Caused by:
@@ -437,9 +437,9 @@ fn multiple_providers() {
437437 . with_stderr (
438438 r#"[UPDATING] [..]
439439[CREDENTIAL] [..]url_not_supported[..] login crates-io
440- {"v":1,"registry":{"index-url":"https://github.com/rust-lang/crates.io-index","name":"crates-io"},"kind":"login","token":"abcdefg","login-url":"[..]","args":[] }
440+ {"v":1,"registry":{"index-url":"https://github.com/rust-lang/crates.io-index","name":"crates-io"},"kind":"login","token":"abcdefg","login-url":"[..]"}
441441[CREDENTIAL] [..]success_provider[..] login crates-io
442- {"v":1,"registry":{"index-url":"https://github.com/rust-lang/crates.io-index","name":"crates-io"},"kind":"login","token":"abcdefg","login-url":"[..]","args":[] }
442+ {"v":1,"registry":{"index-url":"https://github.com/rust-lang/crates.io-index","name":"crates-io"},"kind":"login","token":"abcdefg","login-url":"[..]"}
443443"# ,
444444 )
445445 . run ( ) ;
@@ -557,10 +557,10 @@ fn token_caching() {
557557 . build ( ) ;
558558
559559 let output = r#"[UPDATING] `alternative` index
560- {"v":1,"registry":{"index-url":"[..]","name":"alternative"},"kind":"get","operation":"read","args":[] }
560+ {"v":1,"registry":{"index-url":"[..]","name":"alternative"},"kind":"get","operation":"read"}
561561[PACKAGING] foo v0.1.0 [..]
562562[PACKAGED] [..]
563- {"v":1,"registry":{"index-url":"[..]","name":"alternative"},"kind":"get","operation":"publish","name":"foo","vers":"0.1.0","cksum":"[..]","args":[] }
563+ {"v":1,"registry":{"index-url":"[..]","name":"alternative"},"kind":"get","operation":"publish","name":"foo","vers":"0.1.0","cksum":"[..]"}
564564[UPLOADING] foo v0.1.0 [..]
565565[UPLOADED] foo v0.1.0 [..]
566566note: Waiting [..]
0 commit comments