Skip to content

Commit 05e0230

Browse files
committed
Fixes missing viewing keys for shielded sync in integration tests
1 parent 0ea9206 commit 05e0230

File tree

1 file changed

+6
-0
lines changed
  • crates/tests/src/integration

1 file changed

+6
-0
lines changed

crates/tests/src/integration/masp.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)