File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
crates/tests/src/integration Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -3992,6 +3992,8 @@ fn masp_tx_expiration_first_invalid_block_height() -> Result<()> {
39923992 "--expiration" ,
39933993 #[ allow( clippy:: disallowed_methods) ]
39943994 & DateTimeUtc :: now( ) . to_string( ) ,
3995+ "--viewing-keys" ,
3996+ AA_VIEWING_KEY ,
39953997 "--output-folder-path" ,
39963998 tempdir. path( ) . to_str( ) . unwrap( ) ,
39973999 "--dump-tx" ,
@@ -4173,6 +4175,8 @@ fn masp_tx_expiration_first_invalid_block_height_with_fee_payment() -> Result<()
41734175 "--expiration" ,
41744176 #[ allow( clippy:: disallowed_methods) ]
41754177 & DateTimeUtc :: now( ) . to_string( ) ,
4178+ "--viewing-keys" ,
4179+ AA_VIEWING_KEY ,
41764180 "--output-folder-path" ,
41774181 tempdir. path( ) . to_str( ) . unwrap( ) ,
41784182 "--dump-tx" ,
@@ -4330,6 +4334,8 @@ fn masp_tx_expiration_last_valid_block_height() -> Result<()> {
43304334 "--expiration" ,
43314335 #[ allow( clippy:: disallowed_methods) ]
43324336 & DateTimeUtc :: now( ) . to_string( ) ,
4337+ "--viewing-keys" ,
4338+ AA_VIEWING_KEY ,
43334339 "--output-folder-path" ,
43344340 tempdir. path( ) . to_str( ) . unwrap( ) ,
43354341 "--dump-tx" ,
You can’t perform that action at this time.
0 commit comments